Html Css Color HEX #A995EA Biloba Flower

📋 copy color: '#A995EA'

red 169 ◦ green 149 ◦ blue 234

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

Shades of Biloba Flower #A995EA

Tints of Biloba Flower #A995EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 30.62%
G = 26.99%
B = 42.39%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A995EA (or 0xA995EA) is known color: Biloba Flower. HEX triplet: A9, 95 and EA. RGB value is (169,149,234). Sum of RGB (Red+Green+Blue) = 169+149+234=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #A995EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A995EA is #566A15. Grayscale: #A4A4A4. Windows color (decimal): -5663254 or 15373737. OLE color: 15373737.

HSL color Cylindrical-coordinate representation of color #A995EA: hue angle of 254.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A995EA is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 149 234 -
CMYK 0.28 0.36 0 0.08
HSL 254.12º 0.67% 0.75% -
HSV(B) 254.12º 0.36% 0.92% -
XYZ 41.96 35.87 82.55 -
YUV 164.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 169 149 234 0.28 0.36 0 0.08 254.12 0.67 0.75
Hex A9 95 EA 1C 24 0 8 FE 43 4B
Octal 251 225 352 34 44 0 10 376 103 113
Binary 10101001 10010101 11101010 11100 100100 0 1000 11111110 1000011 1001011

Color Harmonies of #A995EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995EA

Black with #A995EA

Text Example


Text Example

White with #A995EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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