Html Css Color HEX #A88FC5 Cold Purple

📋 copy color: '#A88FC5'

red 168 ◦ green 143 ◦ blue 197

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

Shades of Cold Purple #A88FC5

Tints of Cold Purple #A88FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.78%

R = 33.07%
G = 28.15%
B = 38.78%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A88FC5 (or 0xA88FC5) is known color: Cold Purple. HEX triplet: A8, 8F and C5. RGB value is (168,143,197). Sum of RGB (Red+Green+Blue) = 168+143+197=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #A88FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FC5 is #57703A. Grayscale: #9C9C9C. Windows color (decimal): -5730363 or 12947368. OLE color: 12947368.

HSL color Cylindrical-coordinate representation of color #A88FC5: hue angle of 267.78º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A88FC5 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 143 197 -
CMYK 0.15 0.27 0 0.23
HSL 267.78º 0.32% 0.67% -
HSV(B) 267.78º 0.27% 0.77% -
XYZ 36.05 32 57.1 -
YUV 156.63 150.78 136.11 -
System Red Green Blue C M Y K H S L
Decimal 168 143 197 0.15 0.27 0 0.23 267.78 0.32 0.67
Hex A8 8F C5 F 1B 0 17 10C 20 43
Octal 250 217 305 17 33 0 27 414 40 103
Binary 10101000 10001111 11000101 1111 11011 0 10111 100001100 100000 1000011

Color Harmonies of #A88FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FC5

Black with #A88FC5

Text Example


Text Example

White with #A88FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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