Html Css Color HEX #A88BCB Cold Purple

📋 copy color: '#A88BCB'

red 168 ◦ green 139 ◦ blue 203

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

Shades of Cold Purple #A88BCB

Tints of Cold Purple #A88BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.25%

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 32.94%
G = 27.25%
B = 39.8%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A88BCB (or 0xA88BCB) is known color: Cold Purple. HEX triplet: A8, 8B and CB. RGB value is (168,139,203). Sum of RGB (Red+Green+Blue) = 168+139+203=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #A88BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BCB is #577434. Grayscale: #9A9A9A. Windows color (decimal): -5731381 or 13339560. OLE color: 13339560.

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

Color convert

RGB 168 139 203 -
CMYK 0.17 0.32 0 0.20
HSL 267.19º 0.38% 0.67% -
HSV(B) 267.19º 0.32% 0.8% -
XYZ 36.16 31.1 60.6 -
YUV 154.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 168 139 203 0.17 0.32 0 0.20 267.19 0.38 0.67
Hex A8 8B CB 11 20 0 14 10B 26 43
Octal 250 213 313 21 40 0 24 413 46 103
Binary 10101000 10001011 11001011 10001 100000 0 10100 100001011 100110 1000011

Color Harmonies of #A88BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BCB

Black with #A88BCB

Text Example


Text Example

White with #A88BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BCB; }

 p { color: rgb(168,139,203); }

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

background-color css

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

 a { background-color: rgb(168,139,203); }

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

border-color css

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

 span { border-color: rgb(168,139,203); }

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