Html Css Color HEX #A695DA Biloba Flower

📋 copy color: '#A695DA'

red 166 ◦ green 149 ◦ blue 218

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

Shades of Biloba Flower #A695DA

Tints of Biloba Flower #A695DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 31.14%
G = 27.95%
B = 40.9%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A695DA (or 0xA695DA) is known color: Biloba Flower. HEX triplet: A6, 95 and DA. RGB value is (166,149,218). Sum of RGB (Red+Green+Blue) = 166+149+218=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #A695DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695DA is #596A25. Grayscale: #A1A1A1. Windows color (decimal): -5859878 or 14325158. OLE color: 14325158.

HSL color Cylindrical-coordinate representation of color #A695DA: hue angle of 254.78º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A695DA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 149 218 -
CMYK 0.24 0.32 0 0.15
HSL 254.78º 0.48% 0.72% -
HSV(B) 254.78º 0.32% 0.85% -
XYZ 39.13 34.66 70.96 -
YUV 161.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 166 149 218 0.24 0.32 0 0.15 254.78 0.48 0.72
Hex A6 95 DA 18 20 0 F FF 30 48
Octal 246 225 332 30 40 0 17 377 60 110
Binary 10100110 10010101 11011010 11000 100000 0 1111 11111111 110000 1001000

Color Harmonies of #A695DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695DA

Black with #A695DA

Text Example


Text Example

White with #A695DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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