Html Css Color HEX #A88CDA Biloba Flower

📋 copy color: '#A88CDA'

red 168 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #A88CDA

Tints of Biloba Flower #A88CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 31.94%
G = 26.62%
B = 41.44%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A88CDA (or 0xA88CDA) is known color: Biloba Flower. HEX triplet: A8, 8C and DA. RGB value is (168,140,218). Sum of RGB (Red+Green+Blue) = 168+140+218=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #A88CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CDA is #577325. Grayscale: #9C9C9C. Windows color (decimal): -5731110 or 14322856. OLE color: 14322856.

HSL color Cylindrical-coordinate representation of color #A88CDA: hue angle of 261.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88CDA is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 140 218 -
CMYK 0.23 0.36 0 0.15
HSL 261.54º 0.51% 0.7% -
HSV(B) 261.54º 0.36% 0.85% -
XYZ 38.18 32.14 70.52 -
YUV 157.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 168 140 218 0.23 0.36 0 0.15 261.54 0.51 0.7
Hex A8 8C DA 17 24 0 F 106 33 46
Octal 250 214 332 27 44 0 17 406 63 106
Binary 10101000 10001100 11011010 10111 100100 0 1111 100000110 110011 1000110

Color Harmonies of #A88CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CDA

Black with #A88CDA

Text Example


Text Example

White with #A88CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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