Html Css Color HEX #A88ED3 Biloba Flower

📋 copy color: '#A88ED3'

red 168 ◦ green 142 ◦ blue 211

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

Shades of Biloba Flower #A88ED3

Tints of Biloba Flower #A88ED3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.26%

 BLUE value IS 211 (82.81% from 255) = 40.5%

R = 32.25%
G = 27.26%
B = 40.5%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A88ED3 (or 0xA88ED3) is known color: Biloba Flower. HEX triplet: A8, 8E and D3. RGB value is (168,142,211). Sum of RGB (Red+Green+Blue) = 168+142+211=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #A88ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ED3 is #57712C. Grayscale: #9D9D9D. Windows color (decimal): -5730605 or 13864616. OLE color: 13864616.

HSL color Cylindrical-coordinate representation of color #A88ED3: hue angle of 262.61º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A88ED3 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 142 211 -
CMYK 0.20 0.33 0 0.17
HSL 262.61º 0.44% 0.69% -
HSV(B) 262.61º 0.33% 0.83% -
XYZ 37.58 32.37 65.9 -
YUV 157.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 168 142 211 0.20 0.33 0 0.17 262.61 0.44 0.69
Hex A8 8E D3 14 21 0 11 107 2C 45
Octal 250 216 323 24 41 0 21 407 54 105
Binary 10101000 10001110 11010011 10100 100001 0 10001 100000111 101100 1000101

Color Harmonies of #A88ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88ED3

Black with #A88ED3

Text Example


Text Example

White with #A88ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88ED3; }

 p { color: rgb(168,142,211); }

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

background-color css

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

 a { background-color: rgb(168,142,211); }

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

border-color css

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

 span { border-color: rgb(168,142,211); }

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