Html Css Color HEX #A88DCD Biloba Flower

📋 copy color: '#A88DCD'

red 168 ◦ green 141 ◦ blue 205

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

Shades of Biloba Flower #A88DCD

Tints of Biloba Flower #A88DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.43%

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 32.68%
G = 27.43%
B = 39.88%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A88DCD (or 0xA88DCD) is known color: Biloba Flower. HEX triplet: A8, 8D and CD. RGB value is (168,141,205). Sum of RGB (Red+Green+Blue) = 168+141+205=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #A88DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DCD is #577232. Grayscale: #9C9C9C. Windows color (decimal): -5730867 or 13471144. OLE color: 13471144.

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

Color convert

RGB 168 141 205 -
CMYK 0.18 0.31 0 0.20
HSL 265.31º 0.39% 0.68% -
HSV(B) 265.31º 0.31% 0.8% -
XYZ 36.69 31.78 61.96 -
YUV 156.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 168 141 205 0.18 0.31 0 0.20 265.31 0.39 0.68
Hex A8 8D CD 12 1F 0 14 109 27 44
Octal 250 215 315 22 37 0 24 411 47 104
Binary 10101000 10001101 11001101 10010 11111 0 10100 100001001 100111 1000100

Color Harmonies of #A88DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88DCD

Black with #A88DCD

Text Example


Text Example

White with #A88DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88DCD; }

 p { color: rgb(168,141,205); }

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

background-color css

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

 a { background-color: rgb(168,141,205); }

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

border-color css

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

 span { border-color: rgb(168,141,205); }

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