Html Css Color HEX #A695F9 Biloba Flower

📋 copy color: '#A695F9'

red 166 ◦ green 149 ◦ blue 249

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

Shades of Biloba Flower #A695F9

Tints of Biloba Flower #A695F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.15%

R = 29.43%
G = 26.42%
B = 44.15%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A695F9 (or 0xA695F9) is known color: Biloba Flower. HEX triplet: A6, 95 and F9. RGB value is (166,149,249). Sum of RGB (Red+Green+Blue) = 166+149+249=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #A695F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A695F9 is #596A06. Grayscale: #A5A5A5. Windows color (decimal): -5859847 or 16356774. OLE color: 16356774.

HSL color Cylindrical-coordinate representation of color #A695F9: hue angle of 250.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A695F9 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 149 249 -
CMYK 0.33 0.40 0 0.02
HSL 250.2º 0.89% 0.78% -
HSV(B) 250.2º 0.4% 0.98% -
XYZ 43.57 36.44 94.36 -
YUV 165.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 166 149 249 0.33 0.40 0 0.02 250.2 0.89 0.78
Hex A6 95 F9 21 28 0 2 FA 59 4E
Octal 246 225 371 41 50 0 2 372 131 116
Binary 10100110 10010101 11111001 100001 101000 0 10 11111010 1011001 1001110

Color Harmonies of #A695F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695F9

Black with #A695F9

Text Example


Text Example

White with #A695F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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