Html Css Color HEX #A090CF Cold Purple

📋 copy color: '#A090CF'

red 160 ◦ green 144 ◦ blue 207

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

Shades of Cold Purple #A090CF

Tints of Cold Purple #A090CF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.18%

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

R = 31.31%
G = 28.18%
B = 40.51%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A090CF (or 0xA090CF) is known color: Cold Purple. HEX triplet: A0, 90 and CF. RGB value is (160,144,207). Sum of RGB (Red+Green+Blue) = 160+144+207=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #A090CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090CF is #5F6F30. Grayscale: #9B9B9B. Windows color (decimal): -6254385 or 13602976. OLE color: 13602976.

HSL color Cylindrical-coordinate representation of color #A090CF: hue angle of 255.24º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A090CF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 144 207 -
CMYK 0.23 0.30 0 0.19
HSL 255.24º 0.4% 0.69% -
HSV(B) 255.24º 0.3% 0.81% -
XYZ 35.73 31.93 63.31 -
YUV 155.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 160 144 207 0.23 0.30 0 0.19 255.24 0.4 0.69
Hex A0 90 CF 17 1E 0 13 FF 28 45
Octal 240 220 317 27 36 0 23 377 50 105
Binary 10100000 10010000 11001111 10111 11110 0 10011 11111111 101000 1000101

Color Harmonies of #A090CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A090CF

Black with #A090CF

Text Example


Text Example

White with #A090CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A090CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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