Html Css Color HEX #A594E8 Biloba Flower

📋 copy color: '#A594E8'

red 165 ◦ green 148 ◦ blue 232

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

Shades of Biloba Flower #A594E8

Tints of Biloba Flower #A594E8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.16%

 BLUE value IS 232 (91.02% from 255) = 42.57%

R = 30.28%
G = 27.16%
B = 42.57%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A594E8 (or 0xA594E8) is known color: Biloba Flower. HEX triplet: A5, 94 and E8. RGB value is (165,148,232). Sum of RGB (Red+Green+Blue) = 165+148+232=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #A594E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A594E8 is #5A6B17. Grayscale: #A2A2A2. Windows color (decimal): -5925656 or 15242405. OLE color: 15242405.

HSL color Cylindrical-coordinate representation of color #A594E8: hue angle of 252.14º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A594E8 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 148 232 -
CMYK 0.29 0.36 0 0.09
HSL 252.14º 0.65% 0.75% -
HSV(B) 252.14º 0.36% 0.91% -
XYZ 40.67 35.01 80.96 -
YUV 162.66 167.13 129.67 -
System Red Green Blue C M Y K H S L
Decimal 165 148 232 0.29 0.36 0 0.09 252.14 0.65 0.75
Hex A5 94 E8 1D 24 0 9 FC 41 4B
Octal 245 224 350 35 44 0 11 374 101 113
Binary 10100101 10010100 11101000 11101 100100 0 1001 11111100 1000001 1001011

Color Harmonies of #A594E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594E8

Black with #A594E8

Text Example


Text Example

White with #A594E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594E8; }

 p { color: rgb(165,148,232); }

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

background-color css

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

 a { background-color: rgb(165,148,232); }

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

border-color css

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

 span { border-color: rgb(165,148,232); }

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