Html Css Color HEX #A088D0 Cold Purple

📋 copy color: '#A088D0'

red 160 ◦ green 136 ◦ blue 208

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

Shades of Cold Purple #A088D0

Tints of Cold Purple #A088D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 31.75%
G = 26.98%
B = 41.27%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A088D0 (or 0xA088D0) is known color: Cold Purple. HEX triplet: A0, 88 and D0. RGB value is (160,136,208). Sum of RGB (Red+Green+Blue) = 160+136+208=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #A088D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088D0 is #5F772F. Grayscale: #979797. Windows color (decimal): -6256432 or 13666464. OLE color: 13666464.

HSL color Cylindrical-coordinate representation of color #A088D0: hue angle of 260º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A088D0 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 136 208 -
CMYK 0.23 0.35 0 0.18
HSL 260º 0.43% 0.67% -
HSV(B) 260º 0.35% 0.82% -
XYZ 34.69 29.64 63.57 -
YUV 151.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 160 136 208 0.23 0.35 0 0.18 260 0.43 0.67
Hex A0 88 D0 17 23 0 12 104 2B 43
Octal 240 210 320 27 43 0 22 404 53 103
Binary 10100000 10001000 11010000 10111 100011 0 10010 100000100 101011 1000011

Color Harmonies of #A088D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088D0

Black with #A088D0

Text Example


Text Example

White with #A088D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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