Html Css Color HEX #A592DA Biloba Flower

📋 copy color: '#A592DA'

red 165 ◦ green 146 ◦ blue 218

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

Shades of Biloba Flower #A592DA

Tints of Biloba Flower #A592DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 31.19%
G = 27.6%
B = 41.21%

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

#A592DA (or 0xA592DA) is known color: Biloba Flower. HEX triplet: A5, 92 and DA. RGB value is (165,146,218). Sum of RGB (Red+Green+Blue) = 165+146+218=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #A592DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592DA is #5A6D25. Grayscale: #9F9F9F. Windows color (decimal): -5926182 or 14324389. OLE color: 14324389.

HSL color Cylindrical-coordinate representation of color #A592DA: hue angle of 255.83º degrees, saturation: 0.49, 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 #A592DA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 146 218 -
CMYK 0.24 0.33 0 0.15
HSL 255.83º 0.49% 0.71% -
HSV(B) 255.83º 0.33% 0.85% -
XYZ 38.45 33.62 70.79 -
YUV 159.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 165 146 218 0.24 0.33 0 0.15 255.83 0.49 0.71
Hex A5 92 DA 18 21 0 F 100 31 47
Octal 245 222 332 30 41 0 17 400 61 107
Binary 10100101 10010010 11011010 11000 100001 0 1111 100000000 110001 1000111

Color Harmonies of #A592DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592DA

Black with #A592DA

Text Example


Text Example

White with #A592DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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