Html Css Color HEX #A885D8 Biloba Flower

📋 copy color: '#A885D8'

red 168 ◦ green 133 ◦ blue 216

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

Shades of Biloba Flower #A885D8

Tints of Biloba Flower #A885D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.78%

R = 32.5%
G = 25.73%
B = 41.78%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A885D8 (or 0xA885D8) is known color: Biloba Flower. HEX triplet: A8, 85 and D8. RGB value is (168,133,216). Sum of RGB (Red+Green+Blue) = 168+133+216=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #A885D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885D8 is #577A27. Grayscale: #989898. Windows color (decimal): -5732904 or 14189992. OLE color: 14189992.

HSL color Cylindrical-coordinate representation of color #A885D8: hue angle of 265.3º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A885D8 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 133 216 -
CMYK 0.22 0.38 0 0.15
HSL 265.3º 0.52% 0.68% -
HSV(B) 265.3º 0.38% 0.85% -
XYZ 36.93 30.06 68.82 -
YUV 152.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 168 133 216 0.22 0.38 0 0.15 265.3 0.52 0.68
Hex A8 85 D8 16 26 0 F 109 34 44
Octal 250 205 330 26 46 0 17 411 64 104
Binary 10101000 10000101 11011000 10110 100110 0 1111 100001001 110100 1000100

Color Harmonies of #A885D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885D8

Black with #A885D8

Text Example


Text Example

White with #A885D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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