Html Css Color HEX #A592D9 Biloba Flower

📋 copy color: '#A592D9'

red 165 ◦ green 146 ◦ blue 217

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

Shades of Biloba Flower #A592D9

Tints of Biloba Flower #A592D9

RGB

 RED value IS 165 (64.84% from 255) = 31.25%

 GREEN value IS 146 (57.42% from 255) = 27.65%

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 31.25%
G = 27.65%
B = 41.1%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A592D9 (or 0xA592D9) is known color: Biloba Flower. HEX triplet: A5, 92 and D9. RGB value is (165,146,217). Sum of RGB (Red+Green+Blue) = 165+146+217=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #A592D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592D9 is #5A6D26. Grayscale: #9F9F9F. Windows color (decimal): -5926183 or 14258853. OLE color: 14258853.

HSL color Cylindrical-coordinate representation of color #A592D9: hue angle of 256.06º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A592D9 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 146 217 -
CMYK 0.24 0.33 0 0.15
HSL 256.06º 0.48% 0.71% -
HSV(B) 256.06º 0.33% 0.85% -
XYZ 38.32 33.57 70.11 -
YUV 159.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 165 146 217 0.24 0.33 0 0.15 256.06 0.48 0.71
Hex A5 92 D9 18 21 0 F 100 30 47
Octal 245 222 331 30 41 0 17 400 60 107
Binary 10100101 10010010 11011001 11000 100001 0 1111 100000000 110000 1000111

Color Harmonies of #A592D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592D9

Black with #A592D9

Text Example


Text Example

White with #A592D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592D9; }

 p { color: rgb(165,146,217); }

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

background-color css

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

 a { background-color: rgb(165,146,217); }

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

border-color css

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

 span { border-color: rgb(165,146,217); }

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