Html Css Color HEX #A594CF Biloba Flower

📋 copy color: '#A594CF'

red 165 ◦ green 148 ◦ blue 207

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

Shades of Biloba Flower #A594CF

Tints of Biloba Flower #A594CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.81%

R = 31.73%
G = 28.46%
B = 39.81%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A594CF (or 0xA594CF) is known color: Biloba Flower. HEX triplet: A5, 94 and CF. RGB value is (165,148,207). Sum of RGB (Red+Green+Blue) = 165+148+207=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #A594CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594CF is #5A6B30. Grayscale: #9F9F9F. Windows color (decimal): -5925681 or 13604005. OLE color: 13604005.

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

Color convert

RGB 165 148 207 -
CMYK 0.20 0.29 0 0.19
HSL 257.29º 0.38% 0.7% -
HSV(B) 257.29º 0.29% 0.81% -
XYZ 37.37 33.68 63.56 -
YUV 159.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 165 148 207 0.20 0.29 0 0.19 257.29 0.38 0.7
Hex A5 94 CF 14 1D 0 13 101 26 46
Octal 245 224 317 24 35 0 23 401 46 106
Binary 10100101 10010100 11001111 10100 11101 0 10011 100000001 100110 1000110

Color Harmonies of #A594CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594CF

Black with #A594CF

Text Example


Text Example

White with #A594CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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