Html Css Color HEX #A594CA Biloba Flower

📋 copy color: '#A594CA'

red 165 ◦ green 148 ◦ blue 202

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

Shades of Biloba Flower #A594CA

Tints of Biloba Flower #A594CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.22%

R = 32.04%
G = 28.74%
B = 39.22%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A594CA (or 0xA594CA) is known color: Biloba Flower. HEX triplet: A5, 94 and CA. RGB value is (165,148,202). Sum of RGB (Red+Green+Blue) = 165+148+202=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #A594CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594CA is #5A6B35. Grayscale: #9F9F9F. Windows color (decimal): -5925686 or 13276325. OLE color: 13276325.

HSL color Cylindrical-coordinate representation of color #A594CA: hue angle of 258.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A594CA is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 148 202 -
CMYK 0.18 0.27 0 0.21
HSL 258.89º 0.34% 0.69% -
HSV(B) 258.89º 0.27% 0.79% -
XYZ 36.77 33.44 60.39 -
YUV 159.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 165 148 202 0.18 0.27 0 0.21 258.89 0.34 0.69
Hex A5 94 CA 12 1B 0 15 103 22 45
Octal 245 224 312 22 33 0 25 403 42 105
Binary 10100101 10010100 11001010 10010 11011 0 10101 100000011 100010 1000101

Color Harmonies of #A594CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594CA

Black with #A594CA

Text Example


Text Example

White with #A594CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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