Html Css Color HEX #A695EA Biloba Flower

📋 copy color: '#A695EA'

red 166 ◦ green 149 ◦ blue 234

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

Shades of Biloba Flower #A695EA

Tints of Biloba Flower #A695EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.62%

R = 30.24%
G = 27.14%
B = 42.62%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A695EA (or 0xA695EA) is known color: Biloba Flower. HEX triplet: A6, 95 and EA. RGB value is (166,149,234). Sum of RGB (Red+Green+Blue) = 166+149+234=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #A695EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A695EA is #596A15. Grayscale: #A3A3A3. Windows color (decimal): -5859862 or 15373734. OLE color: 15373734.

HSL color Cylindrical-coordinate representation of color #A695EA: hue angle of 252º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A695EA is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 149 234 -
CMYK 0.29 0.36 0 0.08
HSL 252º 0.67% 0.75% -
HSV(B) 252º 0.36% 0.92% -
XYZ 41.32 35.54 82.52 -
YUV 163.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 166 149 234 0.29 0.36 0 0.08 252 0.67 0.75
Hex A6 95 EA 1D 24 0 8 FC 43 4B
Octal 246 225 352 35 44 0 10 374 103 113
Binary 10100110 10010101 11101010 11101 100100 0 1000 11111100 1000011 1001011

Color Harmonies of #A695EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695EA

Black with #A695EA

Text Example


Text Example

White with #A695EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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