Html Css Color HEX #A88FC6 Cold Purple

📋 copy color: '#A88FC6'

red 168 ◦ green 143 ◦ blue 198

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

Shades of Cold Purple #A88FC6

Tints of Cold Purple #A88FC6

RGB

 RED value IS 168 (66.02% from 255) = 33.01%

 GREEN value IS 143 (56.25% from 255) = 28.09%

 BLUE value IS 198 (77.73% from 255) = 38.9%

R = 33.01%
G = 28.09%
B = 38.9%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A88FC6 (or 0xA88FC6) is known color: Cold Purple. HEX triplet: A8, 8F and C6. RGB value is (168,143,198). Sum of RGB (Red+Green+Blue) = 168+143+198=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #A88FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FC6 is #577039. Grayscale: #9C9C9C. Windows color (decimal): -5730362 or 13012904. OLE color: 13012904.

HSL color Cylindrical-coordinate representation of color #A88FC6: hue angle of 267.27º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A88FC6 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 143 198 -
CMYK 0.15 0.28 0 0.22
HSL 267.27º 0.33% 0.67% -
HSV(B) 267.27º 0.28% 0.78% -
XYZ 36.16 32.05 57.71 -
YUV 156.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 168 143 198 0.15 0.28 0 0.22 267.27 0.33 0.67
Hex A8 8F C6 F 1C 0 16 10B 21 43
Octal 250 217 306 17 34 0 26 413 41 103
Binary 10101000 10001111 11000110 1111 11100 0 10110 100001011 100001 1000011

Color Harmonies of #A88FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FC6

Black with #A88FC6

Text Example


Text Example

White with #A88FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FC6; }

 p { color: rgb(168,143,198); }

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

background-color css

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

 a { background-color: rgb(168,143,198); }

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

border-color css

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

 span { border-color: rgb(168,143,198); }

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