Html Css Color HEX #A695EC Biloba Flower

📋 copy color: '#A695EC'

red 166 ◦ green 149 ◦ blue 236

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

Shades of Biloba Flower #A695EC

Tints of Biloba Flower #A695EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 30.13%
G = 27.04%
B = 42.83%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A695EC (or 0xA695EC) is known color: Biloba Flower. HEX triplet: A6, 95 and EC. RGB value is (166,149,236). Sum of RGB (Red+Green+Blue) = 166+149+236=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #A695EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A695EC is #596A13. Grayscale: #A3A3A3. Windows color (decimal): -5859860 or 15504806. OLE color: 15504806.

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

Color convert

RGB 166 149 236 -
CMYK 0.30 0.37 0 0.07
HSL 251.72º 0.7% 0.75% -
HSV(B) 251.72º 0.37% 0.93% -
XYZ 41.61 35.66 84.05 -
YUV 164 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 166 149 236 0.30 0.37 0 0.07 251.72 0.7 0.75
Hex A6 95 EC 1E 25 0 7 FC 46 4B
Octal 246 225 354 36 45 0 7 374 106 113
Binary 10100110 10010101 11101100 11110 100101 0 111 11111100 1000110 1001011

Color Harmonies of #A695EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695EC

Black with #A695EC

Text Example


Text Example

White with #A695EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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