Html Css Color HEX #A595F4 Biloba Flower

📋 copy color: '#A595F4'

red 165 ◦ green 149 ◦ blue 244

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

Shades of Biloba Flower #A595F4

Tints of Biloba Flower #A595F4

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.7%

 BLUE value IS 244 (95.7% from 255) = 43.73%

R = 29.57%
G = 26.7%
B = 43.73%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A595F4 (or 0xA595F4) is known color: Biloba Flower. HEX triplet: A5, 95 and F4. RGB value is (165,149,244). Sum of RGB (Red+Green+Blue) = 165+149+244=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #A595F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A595F4 is #5A6A0B. Grayscale: #A4A4A4. Windows color (decimal): -5925388 or 16029093. OLE color: 16029093.

HSL color Cylindrical-coordinate representation of color #A595F4: hue angle of 250.11º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A595F4 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 149 244 -
CMYK 0.32 0.39 0 0.04
HSL 250.11º 0.81% 0.77% -
HSV(B) 250.11º 0.39% 0.96% -
XYZ 42.59 36.03 90.3 -
YUV 164.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 165 149 244 0.32 0.39 0 0.04 250.11 0.81 0.77
Hex A5 95 F4 20 27 0 4 FA 51 4D
Octal 245 225 364 40 47 0 4 372 121 115
Binary 10100101 10010101 11110100 100000 100111 0 100 11111010 1010001 1001101

Color Harmonies of #A595F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595F4

Black with #A595F4

Text Example


Text Example

White with #A595F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595F4; }

 p { color: rgb(165,149,244); }

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

background-color css

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

 a { background-color: rgb(165,149,244); }

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

border-color css

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

 span { border-color: rgb(165,149,244); }

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