Html Css Color HEX #A885E5 Biloba Flower

📋 copy color: '#A885E5'

red 168 ◦ green 133 ◦ blue 229

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

Shades of Biloba Flower #A885E5

Tints of Biloba Flower #A885E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.21%

R = 31.7%
G = 25.09%
B = 43.21%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A885E5 (or 0xA885E5) is known color: Biloba Flower. HEX triplet: A8, 85 and E5. RGB value is (168,133,229). Sum of RGB (Red+Green+Blue) = 168+133+229=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #A885E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885E5 is #577A1A. Grayscale: #9A9A9A. Windows color (decimal): -5732891 or 15041960. OLE color: 15041960.

HSL color Cylindrical-coordinate representation of color #A885E5: hue angle of 261.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A885E5 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 133 229 -
CMYK 0.27 0.42 0 0.10
HSL 261.88º 0.65% 0.71% -
HSV(B) 261.88º 0.42% 0.9% -
XYZ 38.68 30.76 78.03 -
YUV 154.41 170.1 137.69 -
System Red Green Blue C M Y K H S L
Decimal 168 133 229 0.27 0.42 0 0.10 261.88 0.65 0.71
Hex A8 85 E5 1B 2A 0 A 106 41 47
Octal 250 205 345 33 52 0 12 406 101 107
Binary 10101000 10000101 11100101 11011 101010 0 1010 100000110 1000001 1000111

Color Harmonies of #A885E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885E5

Black with #A885E5

Text Example


Text Example

White with #A885E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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