Html Css Color HEX #A88CCB Biloba Flower

📋 copy color: '#A88CCB'

red 168 ◦ green 140 ◦ blue 203

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

Shades of Biloba Flower #A88CCB

Tints of Biloba Flower #A88CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

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

R = 32.88%
G = 27.4%
B = 39.73%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A88CCB (or 0xA88CCB) is known color: Biloba Flower. HEX triplet: A8, 8C and CB. RGB value is (168,140,203). Sum of RGB (Red+Green+Blue) = 168+140+203=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #A88CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CCB is #577334. Grayscale: #9B9B9B. Windows color (decimal): -5731125 or 13339816. OLE color: 13339816.

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

Color convert

RGB 168 140 203 -
CMYK 0.17 0.31 0 0.20
HSL 266.67º 0.38% 0.67% -
HSV(B) 266.67º 0.31% 0.8% -
XYZ 36.31 31.39 60.65 -
YUV 155.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 168 140 203 0.17 0.31 0 0.20 266.67 0.38 0.67
Hex A8 8C CB 11 1F 0 14 10B 26 43
Octal 250 214 313 21 37 0 24 413 46 103
Binary 10101000 10001100 11001011 10001 11111 0 10100 100001011 100110 1000011

Color Harmonies of #A88CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CCB

Black with #A88CCB

Text Example


Text Example

White with #A88CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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