Html Css Color HEX #A695EE Biloba Flower

📋 copy color: '#A695EE'

red 166 ◦ green 149 ◦ blue 238

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

Shades of Biloba Flower #A695EE

Tints of Biloba Flower #A695EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 30.02%
G = 26.94%
B = 43.04%

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

#A695EE (or 0xA695EE) is known color: Biloba Flower. HEX triplet: A6, 95 and EE. RGB value is (166,149,238). Sum of RGB (Red+Green+Blue) = 166+149+238=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #A695EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A695EE is #596A11. Grayscale: #A3A3A3. Windows color (decimal): -5859858 or 15635878. OLE color: 15635878.

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

Color convert

RGB 166 149 238 -
CMYK 0.30 0.37 0 0.07
HSL 251.46º 0.72% 0.76% -
HSV(B) 251.46º 0.37% 0.93% -
XYZ 41.91 35.77 85.59 -
YUV 164.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 166 149 238 0.30 0.37 0 0.07 251.46 0.72 0.76
Hex A6 95 EE 1E 25 0 7 FB 48 4C
Octal 246 225 356 36 45 0 7 373 110 114
Binary 10100110 10010101 11101110 11110 100101 0 111 11111011 1001000 1001100

Color Harmonies of #A695EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695EE

Black with #A695EE

Text Example


Text Example

White with #A695EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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