Html Css Color HEX #A885DD Biloba Flower

📋 copy color: '#A885DD'

red 168 ◦ green 133 ◦ blue 221

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

Shades of Biloba Flower #A885DD

Tints of Biloba Flower #A885DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 32.18%
G = 25.48%
B = 42.34%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A885DD (or 0xA885DD) is known color: Biloba Flower. HEX triplet: A8, 85 and DD. RGB value is (168,133,221). Sum of RGB (Red+Green+Blue) = 168+133+221=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #A885DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885DD is #577A22. Grayscale: #999999. Windows color (decimal): -5732899 or 14517672. OLE color: 14517672.

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

Color convert

RGB 168 133 221 -
CMYK 0.24 0.40 0 0.13
HSL 263.86º 0.56% 0.69% -
HSV(B) 263.86º 0.4% 0.87% -
XYZ 37.59 30.32 72.28 -
YUV 153.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 168 133 221 0.24 0.40 0 0.13 263.86 0.56 0.69
Hex A8 85 DD 18 28 0 D 108 38 45
Octal 250 205 335 30 50 0 15 410 70 105
Binary 10101000 10000101 11011101 11000 101000 0 1101 100001000 111000 1000101

Color Harmonies of #A885DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885DD

Black with #A885DD

Text Example


Text Example

White with #A885DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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