Html Css Color HEX #A597EA Biloba Flower

📋 copy color: '#A597EA'

red 165 ◦ green 151 ◦ blue 234

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

Shades of Biloba Flower #A597EA

Tints of Biloba Flower #A597EA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.45%

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 30%
G = 27.45%
B = 42.55%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A597EA (or 0xA597EA) is known color: Biloba Flower. HEX triplet: A5, 97 and EA. RGB value is (165,151,234). Sum of RGB (Red+Green+Blue) = 165+151+234=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #A597EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A597EA is #5A6815. Grayscale: #A4A4A4. Windows color (decimal): -5924886 or 15374245. OLE color: 15374245.

HSL color Cylindrical-coordinate representation of color #A597EA: hue angle of 250.12º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A597EA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 151 234 -
CMYK 0.29 0.35 0 0.08
HSL 250.12º 0.66% 0.75% -
HSV(B) 250.12º 0.35% 0.92% -
XYZ 41.43 36.07 82.62 -
YUV 164.65 167.14 128.25 -
System Red Green Blue C M Y K H S L
Decimal 165 151 234 0.29 0.35 0 0.08 250.12 0.66 0.75
Hex A5 97 EA 1D 23 0 8 FA 42 4B
Octal 245 227 352 35 43 0 10 372 102 113
Binary 10100101 10010111 11101010 11101 100011 0 1000 11111010 1000010 1001011

Color Harmonies of #A597EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A597EA

Black with #A597EA

Text Example


Text Example

White with #A597EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A597EA; }

 p { color: rgb(165,151,234); }

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

background-color css

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

 a { background-color: rgb(165,151,234); }

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

border-color css

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

 span { border-color: rgb(165,151,234); }

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