Html Css Color HEX #A694DA Biloba Flower

📋 copy color: '#A694DA'

red 166 ◦ green 148 ◦ blue 218

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

Shades of Biloba Flower #A694DA

Tints of Biloba Flower #A694DA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.82%

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

R = 31.2%
G = 27.82%
B = 40.98%

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

#A694DA (or 0xA694DA) is known color: Biloba Flower. HEX triplet: A6, 94 and DA. RGB value is (166,148,218). Sum of RGB (Red+Green+Blue) = 166+148+218=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #A694DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694DA is #596B25. Grayscale: #A1A1A1. Windows color (decimal): -5860134 or 14324902. OLE color: 14324902.

HSL color Cylindrical-coordinate representation of color #A694DA: hue angle of 255.43º degrees, saturation: 0.49, 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 #A694DA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 148 218 -
CMYK 0.24 0.32 0 0.15
HSL 255.43º 0.49% 0.72% -
HSV(B) 255.43º 0.32% 0.85% -
XYZ 38.97 34.35 70.91 -
YUV 161.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 166 148 218 0.24 0.32 0 0.15 255.43 0.49 0.72
Hex A6 94 DA 18 20 0 F FF 31 48
Octal 246 224 332 30 40 0 17 377 61 110
Binary 10100110 10010100 11011010 11000 100000 0 1111 11111111 110001 1001000

Color Harmonies of #A694DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694DA

Black with #A694DA

Text Example


Text Example

White with #A694DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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