Html Css Color HEX #A885DF Biloba Flower

📋 copy color: '#A885DF'

red 168 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #A885DF

Tints of Biloba Flower #A885DF

RGB

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

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

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

R = 32.06%
G = 25.38%
B = 42.56%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A885DF (or 0xA885DF) is known color: Biloba Flower. HEX triplet: A8, 85 and DF. RGB value is (168,133,223). Sum of RGB (Red+Green+Blue) = 168+133+223=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #A885DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885DF is #577A20. Grayscale: #999999. Windows color (decimal): -5732897 or 14648744. OLE color: 14648744.

HSL color Cylindrical-coordinate representation of color #A885DF: hue angle of 263.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A885DF is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 133 223 -
CMYK 0.25 0.40 0 0.13
HSL 263.33º 0.58% 0.7% -
HSV(B) 263.33º 0.4% 0.87% -
XYZ 37.86 30.43 73.69 -
YUV 153.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 168 133 223 0.25 0.40 0 0.13 263.33 0.58 0.7
Hex A8 85 DF 19 28 0 D 107 3A 46
Octal 250 205 337 31 50 0 15 407 72 106
Binary 10101000 10000101 11011111 11001 101000 0 1101 100000111 111010 1000110

Color Harmonies of #A885DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885DF

Black with #A885DF

Text Example


Text Example

White with #A885DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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