Html Css Color HEX #A88EDF Biloba Flower

📋 copy color: '#A88EDF'

red 168 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #A88EDF

Tints of Biloba Flower #A88EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 31.52%
G = 26.64%
B = 41.84%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A88EDF (or 0xA88EDF) is known color: Biloba Flower. HEX triplet: A8, 8E and DF. RGB value is (168,142,223). Sum of RGB (Red+Green+Blue) = 168+142+223=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #A88EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EDF is #577120. Grayscale: #9E9E9E. Windows color (decimal): -5730593 or 14651048. OLE color: 14651048.

HSL color Cylindrical-coordinate representation of color #A88EDF: hue angle of 259.26º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88EDF is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 142 223 -
CMYK 0.25 0.36 0 0.13
HSL 259.26º 0.56% 0.72% -
HSV(B) 259.26º 0.36% 0.87% -
XYZ 39.14 33 74.12 -
YUV 159.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 168 142 223 0.25 0.36 0 0.13 259.26 0.56 0.72
Hex A8 8E DF 19 24 0 D 103 38 48
Octal 250 216 337 31 44 0 15 403 70 110
Binary 10101000 10001110 11011111 11001 100100 0 1101 100000011 111000 1001000

Color Harmonies of #A88EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EDF

Black with #A88EDF

Text Example


Text Example

White with #A88EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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