Html Css Color HEX #A995F5 Biloba Flower

📋 copy color: '#A995F5'

red 169 ◦ green 149 ◦ blue 245

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

Shades of Biloba Flower #A995F5

Tints of Biloba Flower #A995F5

RGB

 RED value IS 169 (66.41% from 255) = 30.02%

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

 BLUE value IS 245 (96.09% from 255) = 43.52%

R = 30.02%
G = 26.47%
B = 43.52%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A995F5 (or 0xA995F5) is known color: Biloba Flower. HEX triplet: A9, 95 and F5. RGB value is (169,149,245). Sum of RGB (Red+Green+Blue) = 169+149+245=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #A995F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A995F5 is #566A0A. Grayscale: #A5A5A5. Windows color (decimal): -5663243 or 16094633. OLE color: 16094633.

HSL color Cylindrical-coordinate representation of color #A995F5: hue angle of 252.5º degrees, saturation: 0.83, 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 #A995F5 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 149 245 -
CMYK 0.31 0.39 0 0.04
HSL 252.5º 0.83% 0.77% -
HSV(B) 252.5º 0.39% 0.96% -
XYZ 43.59 36.52 91.14 -
YUV 165.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 169 149 245 0.31 0.39 0 0.04 252.5 0.83 0.77
Hex A9 95 F5 1F 27 0 4 FD 53 4D
Octal 251 225 365 37 47 0 4 375 123 115
Binary 10101001 10010101 11110101 11111 100111 0 100 11111101 1010011 1001101

Color Harmonies of #A995F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995F5

Black with #A995F5

Text Example


Text Example

White with #A995F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995F5; }

 p { color: rgb(169,149,245); }

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

background-color css

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

 a { background-color: rgb(169,149,245); }

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

border-color css

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

 span { border-color: rgb(169,149,245); }

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