Html Css Color HEX #A888CD Cold Purple

📋 copy color: '#A888CD'

red 168 ◦ green 136 ◦ blue 205

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

Shades of Cold Purple #A888CD

Tints of Cold Purple #A888CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 33.01%
G = 26.72%
B = 40.28%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A888CD (or 0xA888CD) is known color: Cold Purple. HEX triplet: A8, 88 and CD. RGB value is (168,136,205). Sum of RGB (Red+Green+Blue) = 168+136+205=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #A888CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888CD is #577732. Grayscale: #999999. Windows color (decimal): -5732147 or 13469864. OLE color: 13469864.

HSL color Cylindrical-coordinate representation of color #A888CD: hue angle of 267.83º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A888CD is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 136 205 -
CMYK 0.18 0.34 0 0.20
HSL 267.83º 0.41% 0.67% -
HSV(B) 267.83º 0.34% 0.8% -
XYZ 35.97 30.34 61.72 -
YUV 153.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 168 136 205 0.18 0.34 0 0.20 267.83 0.41 0.67
Hex A8 88 CD 12 22 0 14 10C 29 43
Octal 250 210 315 22 42 0 24 414 51 103
Binary 10101000 10001000 11001101 10010 100010 0 10100 100001100 101001 1000011

Color Harmonies of #A888CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A888CD

Black with #A888CD

Text Example


Text Example

White with #A888CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A888CD; }

 p { color: rgb(168,136,205); }

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

background-color css

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

 a { background-color: rgb(168,136,205); }

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

border-color css

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

 span { border-color: rgb(168,136,205); }

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