Html Css Color HEX #A592E6 Biloba Flower

📋 copy color: '#A592E6'

red 165 ◦ green 146 ◦ blue 230

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

Shades of Biloba Flower #A592E6

Tints of Biloba Flower #A592E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.51%

R = 30.5%
G = 26.99%
B = 42.51%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A592E6 (or 0xA592E6) is known color: Biloba Flower. HEX triplet: A5, 92 and E6. RGB value is (165,146,230). Sum of RGB (Red+Green+Blue) = 165+146+230=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #A592E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A592E6 is #5A6D19. Grayscale: #A0A0A0. Windows color (decimal): -5926170 or 15110821. OLE color: 15110821.

HSL color Cylindrical-coordinate representation of color #A592E6: hue angle of 253.57º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A592E6 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 146 230 -
CMYK 0.28 0.37 0 0.10
HSL 253.57º 0.63% 0.74% -
HSV(B) 253.57º 0.37% 0.9% -
XYZ 40.08 34.27 79.37 -
YUV 161.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 165 146 230 0.28 0.37 0 0.10 253.57 0.63 0.74
Hex A5 92 E6 1C 25 0 A FE 3F 4A
Octal 245 222 346 34 45 0 12 376 77 112
Binary 10100101 10010010 11100110 11100 100101 0 1010 11111110 111111 1001010

Color Harmonies of #A592E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592E6

Black with #A592E6

Text Example


Text Example

White with #A592E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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