Html Css Color HEX #A088CF Cold Purple

📋 copy color: '#A088CF'

red 160 ◦ green 136 ◦ blue 207

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

Shades of Cold Purple #A088CF

Tints of Cold Purple #A088CF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.04%

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

R = 31.81%
G = 27.04%
B = 41.15%

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

#A088CF (or 0xA088CF) is known color: Cold Purple. HEX triplet: A0, 88 and CF. RGB value is (160,136,207). Sum of RGB (Red+Green+Blue) = 160+136+207=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #A088CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088CF is #5F7730. Grayscale: #979797. Windows color (decimal): -6256433 or 13600928. OLE color: 13600928.

HSL color Cylindrical-coordinate representation of color #A088CF: hue angle of 260.28º degrees, saturation: 0.43, 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 #A088CF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 136 207 -
CMYK 0.23 0.34 0 0.19
HSL 260.28º 0.43% 0.67% -
HSV(B) 260.28º 0.34% 0.81% -
XYZ 34.56 29.59 62.92 -
YUV 151.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 160 136 207 0.23 0.34 0 0.19 260.28 0.43 0.67
Hex A0 88 CF 17 22 0 13 104 2B 43
Octal 240 210 317 27 42 0 23 404 53 103
Binary 10100000 10001000 11001111 10111 100010 0 10011 100000100 101011 1000011

Color Harmonies of #A088CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088CF

Black with #A088CF

Text Example


Text Example

White with #A088CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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