Html Css Color HEX #A592E1 Biloba Flower

📋 copy color: '#A592E1'

red 165 ◦ green 146 ◦ blue 225

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

Shades of Biloba Flower #A592E1

Tints of Biloba Flower #A592E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.98%

R = 30.78%
G = 27.24%
B = 41.98%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A592E1 (or 0xA592E1) is known color: Biloba Flower. HEX triplet: A5, 92 and E1. RGB value is (165,146,225). Sum of RGB (Red+Green+Blue) = 165+146+225=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #A592E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592E1 is #5A6D1E. Grayscale: #A0A0A0. Windows color (decimal): -5926175 or 14783141. OLE color: 14783141.

HSL color Cylindrical-coordinate representation of color #A592E1: hue angle of 254.43º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A592E1 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 146 225 -
CMYK 0.27 0.35 0 0.12
HSL 254.43º 0.57% 0.73% -
HSV(B) 254.43º 0.35% 0.88% -
XYZ 39.39 33.99 75.72 -
YUV 160.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 165 146 225 0.27 0.35 0 0.12 254.43 0.57 0.73
Hex A5 92 E1 1B 23 0 C FE 39 49
Octal 245 222 341 33 43 0 14 376 71 111
Binary 10100101 10010010 11100001 11011 100011 0 1100 11111110 111001 1001001

Color Harmonies of #A592E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592E1

Black with #A592E1

Text Example


Text Example

White with #A592E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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