Html Css Color HEX #A594CE Biloba Flower

📋 copy color: '#A594CE'

red 165 ◦ green 148 ◦ blue 206

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

Shades of Biloba Flower #A594CE

Tints of Biloba Flower #A594CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 31.79%
G = 28.52%
B = 39.69%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A594CE (or 0xA594CE) is known color: Biloba Flower. HEX triplet: A5, 94 and CE. RGB value is (165,148,206). Sum of RGB (Red+Green+Blue) = 165+148+206=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A594CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594CE is #5A6B31. Grayscale: #9F9F9F. Windows color (decimal): -5925682 or 13538469. OLE color: 13538469.

HSL color Cylindrical-coordinate representation of color #A594CE: hue angle of 257.59º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A594CE is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 148 206 -
CMYK 0.20 0.28 0 0.19
HSL 257.59º 0.37% 0.69% -
HSV(B) 257.59º 0.28% 0.81% -
XYZ 37.25 33.64 62.92 -
YUV 159.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 165 148 206 0.20 0.28 0 0.19 257.59 0.37 0.69
Hex A5 94 CE 14 1C 0 13 102 25 45
Octal 245 224 316 24 34 0 23 402 45 105
Binary 10100101 10010100 11001110 10100 11100 0 10011 100000010 100101 1000101

Color Harmonies of #A594CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594CE

Black with #A594CE

Text Example


Text Example

White with #A594CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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