Html Css Color HEX #A695ED Biloba Flower

📋 copy color: '#A695ED'

red 166 ◦ green 149 ◦ blue 237

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

Shades of Biloba Flower #A695ED

Tints of Biloba Flower #A695ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 30.07%
G = 26.99%
B = 42.93%

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

#A695ED (or 0xA695ED) is known color: Biloba Flower. HEX triplet: A6, 95 and ED. RGB value is (166,149,237). Sum of RGB (Red+Green+Blue) = 166+149+237=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #A695ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A695ED is #596A12. Grayscale: #A3A3A3. Windows color (decimal): -5859859 or 15570342. OLE color: 15570342.

HSL color Cylindrical-coordinate representation of color #A695ED: hue angle of 251.59º degrees, saturation: 0.71, 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 #A695ED is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 149 237 -
CMYK 0.30 0.37 0 0.07
HSL 251.59º 0.71% 0.76% -
HSV(B) 251.59º 0.37% 0.93% -
XYZ 41.76 35.72 84.81 -
YUV 164.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 166 149 237 0.30 0.37 0 0.07 251.59 0.71 0.76
Hex A6 95 ED 1E 25 0 7 FC 47 4C
Octal 246 225 355 36 45 0 7 374 107 114
Binary 10100110 10010101 11101101 11110 100101 0 111 11111100 1000111 1001100

Color Harmonies of #A695ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695ED

Black with #A695ED

Text Example


Text Example

White with #A695ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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