Html Css Color HEX #A089CF Cold Purple

📋 copy color: '#A089CF'

red 160 ◦ green 137 ◦ blue 207

#A089CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A089CF

Tints of Cold Purple #A089CF

RGB

 RED value IS 160 (62.89% from 255) = 31.75%

 GREEN value IS 137 (53.91% from 255) = 27.18%

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 31.75%
G = 27.18%
B = 41.07%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A089CF (or 0xA089CF) is known color: Cold Purple. HEX triplet: A0, 89 and CF. RGB value is (160,137,207). Sum of RGB (Red+Green+Blue) = 160+137+207=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #A089CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089CF is #5F7630. Grayscale: #979797. Windows color (decimal): -6256177 or 13601184. OLE color: 13601184.

HSL color Cylindrical-coordinate representation of color #A089CF: hue angle of 259.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A089CF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 137 207 -
CMYK 0.23 0.34 0 0.19
HSL 259.71º 0.42% 0.67% -
HSV(B) 259.71º 0.34% 0.81% -
XYZ 34.71 29.87 62.97 -
YUV 151.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 160 137 207 0.23 0.34 0 0.19 259.71 0.42 0.67
Hex A0 89 CF 17 22 0 13 104 2A 43
Octal 240 211 317 27 42 0 23 404 52 103
Binary 10100000 10001001 11001111 10111 100010 0 10011 100000100 101010 1000011

Color Harmonies of #A089CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089CF

Black with #A089CF

Text Example


Text Example

White with #A089CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089CF; }

 p { color: rgb(160,137,207); }

 H1.HeaderClassName
 {
   color: #A089CF;
 }
 .AnyTagClassName
 {
   color: #A089CF;
 }
</style>

background-color css

<style>
 a { background-color: #A089CF; }

 a { background-color: rgb(160,137,207); }

 div.DivClassName
 {
   background-color: #A089CF;
 }
 .BgClassName
 {
   background-color: #A089CF;
 }
</style>

border-color css

<style>
 span { border-color: #A089CF; }

 span { border-color: rgb(160,137,207); }

 td.TdClassName
 {
   border-color: #A089CF;
 }
 .TagClassName
 {
   border-color: #A089CF;
 }
</style>