Html Css Color HEX #A88ACB Cold Purple

📋 copy color: '#A88ACB'

red 168 ◦ green 138 ◦ blue 203

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

Shades of Cold Purple #A88ACB

Tints of Cold Purple #A88ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.11%

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

R = 33.01%
G = 27.11%
B = 39.88%

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

#A88ACB (or 0xA88ACB) is known color: Cold Purple. HEX triplet: A8, 8A and CB. RGB value is (168,138,203). Sum of RGB (Red+Green+Blue) = 168+138+203=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #A88ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ACB is #577534. Grayscale: #9A9A9A. Windows color (decimal): -5731637 or 13339304. OLE color: 13339304.

HSL color Cylindrical-coordinate representation of color #A88ACB: hue angle of 267.69º 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 #A88ACB is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 138 203 -
CMYK 0.17 0.32 0 0.20
HSL 267.69º 0.38% 0.67% -
HSV(B) 267.69º 0.32% 0.8% -
XYZ 36.02 30.81 60.55 -
YUV 154.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 168 138 203 0.17 0.32 0 0.20 267.69 0.38 0.67
Hex A8 8A CB 11 20 0 14 10C 26 43
Octal 250 212 313 21 40 0 24 414 46 103
Binary 10101000 10001010 11001011 10001 100000 0 10100 100001100 100110 1000011

Color Harmonies of #A88ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88ACB

Black with #A88ACB

Text Example


Text Example

White with #A88ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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