Html Css Color HEX #A694CA Biloba Flower

📋 copy color: '#A694CA'

red 166 ◦ green 148 ◦ blue 202

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

Shades of Biloba Flower #A694CA

Tints of Biloba Flower #A694CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 32.17%
G = 28.68%
B = 39.15%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A694CA (or 0xA694CA) is known color: Biloba Flower. HEX triplet: A6, 94 and CA. RGB value is (166,148,202). Sum of RGB (Red+Green+Blue) = 166+148+202=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #A694CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694CA is #596B35. Grayscale: #9F9F9F. Windows color (decimal): -5860150 or 13276326. OLE color: 13276326.

HSL color Cylindrical-coordinate representation of color #A694CA: hue angle of 260º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A694CA is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 148 202 -
CMYK 0.18 0.27 0 0.21
HSL 260º 0.34% 0.69% -
HSV(B) 260º 0.27% 0.79% -
XYZ 36.98 33.55 60.4 -
YUV 159.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 166 148 202 0.18 0.27 0 0.21 260 0.34 0.69
Hex A6 94 CA 12 1B 0 15 104 22 45
Octal 246 224 312 22 33 0 25 404 42 105
Binary 10100110 10010100 11001010 10010 11011 0 10101 100000100 100010 1000101

Color Harmonies of #A694CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694CA

Black with #A694CA

Text Example


Text Example

White with #A694CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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