Html Css Color HEX #A491CC Biloba Flower

📋 copy color: '#A491CC'

red 164 ◦ green 145 ◦ blue 204

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

Shades of Biloba Flower #A491CC

Tints of Biloba Flower #A491CC

RGB

 RED value IS 164 (64.45% from 255) = 31.97%

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

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

R = 31.97%
G = 28.27%
B = 39.77%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A491CC (or 0xA491CC) is known color: Biloba Flower. HEX triplet: A4, 91 and CC. RGB value is (164,145,204). Sum of RGB (Red+Green+Blue) = 164+145+204=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #A491CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491CC is #5B6E33. Grayscale: #9D9D9D. Windows color (decimal): -5991988 or 13406628. OLE color: 13406628.

HSL color Cylindrical-coordinate representation of color #A491CC: hue angle of 259.32º 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 #A491CC is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 145 204 -
CMYK 0.20 0.29 0 0.2
HSL 259.32º 0.37% 0.68% -
HSV(B) 259.32º 0.29% 0.8% -
XYZ 36.33 32.5 61.49 -
YUV 157.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 164 145 204 0.20 0.29 0 0.2 259.32 0.37 0.68
Hex A4 91 CC 14 1D 0 14 103 25 44
Octal 244 221 314 24 35 0 24 403 45 104
Binary 10100100 10010001 11001100 10100 11101 0 10100 100000011 100101 1000100

Color Harmonies of #A491CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491CC

Black with #A491CC

Text Example


Text Example

White with #A491CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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