Html Css Color HEX #A995EE Biloba Flower

📋 copy color: '#A995EE'

red 169 ◦ green 149 ◦ blue 238

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

Shades of Biloba Flower #A995EE

Tints of Biloba Flower #A995EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.81%

R = 30.4%
G = 26.8%
B = 42.81%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A995EE (or 0xA995EE) is known color: Biloba Flower. HEX triplet: A9, 95 and EE. RGB value is (169,149,238). Sum of RGB (Red+Green+Blue) = 169+149+238=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #A995EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A995EE is #566A11. Grayscale: #A4A4A4. Windows color (decimal): -5663250 or 15635881. OLE color: 15635881.

HSL color Cylindrical-coordinate representation of color #A995EE: hue angle of 253.48º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A995EE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 149 238 -
CMYK 0.29 0.37 0 0.07
HSL 253.48º 0.72% 0.76% -
HSV(B) 253.48º 0.37% 0.93% -
XYZ 42.54 36.1 85.62 -
YUV 165.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 169 149 238 0.29 0.37 0 0.07 253.48 0.72 0.76
Hex A9 95 EE 1D 25 0 7 FD 48 4C
Octal 251 225 356 35 45 0 7 375 110 114
Binary 10101001 10010101 11101110 11101 100101 0 111 11111101 1001000 1001100

Color Harmonies of #A995EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995EE

Black with #A995EE

Text Example


Text Example

White with #A995EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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