Html Css Color HEX #A695DF Biloba Flower

📋 copy color: '#A695DF'

red 166 ◦ green 149 ◦ blue 223

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

Shades of Biloba Flower #A695DF

Tints of Biloba Flower #A695DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 30.86%
G = 27.7%
B = 41.45%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A695DF (or 0xA695DF) is known color: Biloba Flower. HEX triplet: A6, 95 and DF. RGB value is (166,149,223). Sum of RGB (Red+Green+Blue) = 166+149+223=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #A695DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695DF is #596A20. Grayscale: #A2A2A2. Windows color (decimal): -5859873 or 14652838. OLE color: 14652838.

HSL color Cylindrical-coordinate representation of color #A695DF: hue angle of 253.78º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A695DF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 149 223 -
CMYK 0.26 0.33 0 0.13
HSL 253.78º 0.54% 0.73% -
HSV(B) 253.78º 0.33% 0.87% -
XYZ 39.79 34.93 74.46 -
YUV 162.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 166 149 223 0.26 0.33 0 0.13 253.78 0.54 0.73
Hex A6 95 DF 1A 21 0 D FE 36 49
Octal 246 225 337 32 41 0 15 376 66 111
Binary 10100110 10010101 11011111 11010 100001 0 1101 11111110 110110 1001001

Color Harmonies of #A695DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695DF

Black with #A695DF

Text Example


Text Example

White with #A695DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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