Html Css Color HEX #A594FB Biloba Flower

📋 copy color: '#A594FB'

red 165 ◦ green 148 ◦ blue 251

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

Shades of Biloba Flower #A594FB

Tints of Biloba Flower #A594FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 29.26%
G = 26.24%
B = 44.5%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A594FB (or 0xA594FB) is known color: Biloba Flower. HEX triplet: A5, 94 and FB. RGB value is (165,148,251). Sum of RGB (Red+Green+Blue) = 165+148+251=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #A594FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A594FB is #5A6B04. Grayscale: #A4A4A4. Windows color (decimal): -5925637 or 16487589. OLE color: 16487589.

HSL color Cylindrical-coordinate representation of color #A594FB: hue angle of 249.9º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A594FB is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 148 251 -
CMYK 0.34 0.41 0 0.02
HSL 249.9º 0.93% 0.78% -
HSV(B) 249.9º 0.41% 0.98% -
XYZ 43.52 36.14 95.95 -
YUV 164.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 165 148 251 0.34 0.41 0 0.02 249.9 0.93 0.78
Hex A5 94 FB 22 29 0 2 FA 5D 4E
Octal 245 224 373 42 51 0 2 372 135 116
Binary 10100101 10010100 11111011 100010 101001 0 10 11111010 1011101 1001110

Color Harmonies of #A594FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594FB

Black with #A594FB

Text Example


Text Example

White with #A594FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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