Html Css Color HEX #A695FF Biloba Flower

📋 copy color: '#A695FF'

red 166 ◦ green 149 ◦ blue 255

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

Shades of Biloba Flower #A695FF

Tints of Biloba Flower #A695FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.74%

R = 29.12%
G = 26.14%
B = 44.74%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A695FF (or 0xA695FF) is known color: Biloba Flower. HEX triplet: A6, 95 and FF. RGB value is (166,149,255). Sum of RGB (Red+Green+Blue) = 166+149+255=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #A695FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A695FF is #596A00. Grayscale: #A5A5A5. Windows color (decimal): -5859841 or 16749990. OLE color: 16749990.

HSL color Cylindrical-coordinate representation of color #A695FF: hue angle of 249.62º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A695FF is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 149 255 -
CMYK 0.35 0.42 0 0
HSL 249.62º 1% 0.79% -
HSV(B) 249.62º 0.42% 1% -
XYZ 44.52 36.82 99.37 -
YUV 166.17 178.13 127.88 -
System Red Green Blue C M Y K H S L
Decimal 166 149 255 0.35 0.42 0 0 249.62 1 0.79
Hex A6 95 FF 23 2A 0 0 FA 64 4F
Octal 246 225 377 43 52 0 0 372 144 117
Binary 10100110 10010101 11111111 100011 101010 0 0 11111010 1100100 1001111

Color Harmonies of #A695FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695FF

Black with #A695FF

Text Example


Text Example

White with #A695FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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