Html Css Color HEX #A591CC Biloba Flower

📋 copy color: '#A591CC'

red 165 ◦ green 145 ◦ blue 204

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

Shades of Biloba Flower #A591CC

Tints of Biloba Flower #A591CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.21%

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 32.1%
G = 28.21%
B = 39.69%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A591CC (or 0xA591CC) is known color: Biloba Flower. HEX triplet: A5, 91 and CC. RGB value is (165,145,204). Sum of RGB (Red+Green+Blue) = 165+145+204=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #A591CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591CC is #5A6E33. Grayscale: #9D9D9D. Windows color (decimal): -5926452 or 13406629. OLE color: 13406629.

HSL color Cylindrical-coordinate representation of color #A591CC: hue angle of 260.34º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A591CC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 145 204 -
CMYK 0.19 0.29 0 0.2
HSL 260.34º 0.37% 0.68% -
HSV(B) 260.34º 0.29% 0.8% -
XYZ 36.54 32.61 61.5 -
YUV 157.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 165 145 204 0.19 0.29 0 0.2 260.34 0.37 0.68
Hex A5 91 CC 13 1D 0 14 104 25 44
Octal 245 221 314 23 35 0 24 404 45 104
Binary 10100101 10010001 11001100 10011 11101 0 10100 100000100 100101 1000100

Color Harmonies of #A591CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A591CC

Black with #A591CC

Text Example


Text Example

White with #A591CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A591CC; }

 p { color: rgb(165,145,204); }

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

background-color css

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

 a { background-color: rgb(165,145,204); }

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

border-color css

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

 span { border-color: rgb(165,145,204); }

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