Html Css Color HEX #A694CC Biloba Flower

📋 copy color: '#A694CC'

red 166 ◦ green 148 ◦ blue 204

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

Shades of Biloba Flower #A694CC

Tints of Biloba Flower #A694CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 32.05%
G = 28.57%
B = 39.38%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A694CC (or 0xA694CC) is known color: Biloba Flower. HEX triplet: A6, 94 and CC. RGB value is (166,148,204). Sum of RGB (Red+Green+Blue) = 166+148+204=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #A694CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694CC is #596B33. Grayscale: #9F9F9F. Windows color (decimal): -5860148 or 13407398. OLE color: 13407398.

HSL color Cylindrical-coordinate representation of color #A694CC: hue angle of 259.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A694CC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 148 204 -
CMYK 0.19 0.27 0 0.2
HSL 259.29º 0.35% 0.69% -
HSV(B) 259.29º 0.27% 0.8% -
XYZ 37.21 33.65 61.66 -
YUV 159.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 166 148 204 0.19 0.27 0 0.2 259.29 0.35 0.69
Hex A6 94 CC 13 1B 0 14 103 23 45
Octal 246 224 314 23 33 0 24 403 43 105
Binary 10100110 10010100 11001100 10011 11011 0 10100 100000011 100011 1000101

Color Harmonies of #A694CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694CC

Black with #A694CC

Text Example


Text Example

White with #A694CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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