Html Css Color HEX #A695E9 Biloba Flower

📋 copy color: '#A695E9'

red 166 ◦ green 149 ◦ blue 233

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

Shades of Biloba Flower #A695E9

Tints of Biloba Flower #A695E9

RGB

 RED value IS 166 (65.23% from 255) = 30.29%

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

 BLUE value IS 233 (91.41% from 255) = 42.52%

R = 30.29%
G = 27.19%
B = 42.52%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A695E9 (or 0xA695E9) is known color: Biloba Flower. HEX triplet: A6, 95 and E9. RGB value is (166,149,233). Sum of RGB (Red+Green+Blue) = 166+149+233=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #A695E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A695E9 is #596A16. Grayscale: #A3A3A3. Windows color (decimal): -5859863 or 15308198. OLE color: 15308198.

HSL color Cylindrical-coordinate representation of color #A695E9: hue angle of 252.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A695E9 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 149 233 -
CMYK 0.29 0.36 0 0.09
HSL 252.14º 0.66% 0.75% -
HSV(B) 252.14º 0.36% 0.91% -
XYZ 41.18 35.49 81.77 -
YUV 163.66 167.13 129.67 -
System Red Green Blue C M Y K H S L
Decimal 166 149 233 0.29 0.36 0 0.09 252.14 0.66 0.75
Hex A6 95 E9 1D 24 0 9 FC 42 4B
Octal 246 225 351 35 44 0 11 374 102 113
Binary 10100110 10010101 11101001 11101 100100 0 1001 11111100 1000010 1001011

Color Harmonies of #A695E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695E9

Black with #A695E9

Text Example


Text Example

White with #A695E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695E9; }

 p { color: rgb(166,149,233); }

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

background-color css

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

 a { background-color: rgb(166,149,233); }

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

border-color css

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

 span { border-color: rgb(166,149,233); }

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