Html Css Color HEX #A885DB Biloba Flower

📋 copy color: '#A885DB'

red 168 ◦ green 133 ◦ blue 219

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

Shades of Biloba Flower #A885DB

Tints of Biloba Flower #A885DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.58%

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 32.31%
G = 25.58%
B = 42.12%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A885DB (or 0xA885DB) is known color: Biloba Flower. HEX triplet: A8, 85 and DB. RGB value is (168,133,219). Sum of RGB (Red+Green+Blue) = 168+133+219=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A885DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885DB is #577A24. Grayscale: #989898. Windows color (decimal): -5732901 or 14386600. OLE color: 14386600.

HSL color Cylindrical-coordinate representation of color #A885DB: hue angle of 264.42º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A885DB is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 133 219 -
CMYK 0.23 0.39 0 0.14
HSL 264.42º 0.54% 0.69% -
HSV(B) 264.42º 0.39% 0.86% -
XYZ 37.32 30.21 70.88 -
YUV 153.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 168 133 219 0.23 0.39 0 0.14 264.42 0.54 0.69
Hex A8 85 DB 17 27 0 E 108 36 45
Octal 250 205 333 27 47 0 16 410 66 105
Binary 10101000 10000101 11011011 10111 100111 0 1110 100001000 110110 1000101

Color Harmonies of #A885DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885DB

Black with #A885DB

Text Example


Text Example

White with #A885DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885DB; }

 p { color: rgb(168,133,219); }

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

background-color css

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

 a { background-color: rgb(168,133,219); }

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

border-color css

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

 span { border-color: rgb(168,133,219); }

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