Html Css Color HEX #A692DC Biloba Flower

📋 copy color: '#A692DC'

red 166 ◦ green 146 ◦ blue 220

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

Shades of Biloba Flower #A692DC

Tints of Biloba Flower #A692DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.44%

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 31.2%
G = 27.44%
B = 41.35%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A692DC (or 0xA692DC) is known color: Biloba Flower. HEX triplet: A6, 92 and DC. RGB value is (166,146,220). Sum of RGB (Red+Green+Blue) = 166+146+220=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #A692DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692DC is #596D23. Grayscale: #A0A0A0. Windows color (decimal): -5860644 or 14455462. OLE color: 14455462.

HSL color Cylindrical-coordinate representation of color #A692DC: hue angle of 256.22º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A692DC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 146 220 -
CMYK 0.25 0.34 0 0.14
HSL 256.22º 0.51% 0.72% -
HSV(B) 256.22º 0.34% 0.86% -
XYZ 38.92 33.83 72.19 -
YUV 160.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 166 146 220 0.25 0.34 0 0.14 256.22 0.51 0.72
Hex A6 92 DC 19 22 0 E 100 33 48
Octal 246 222 334 31 42 0 16 400 63 110
Binary 10100110 10010010 11011100 11001 100010 0 1110 100000000 110011 1001000

Color Harmonies of #A692DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A692DC

Black with #A692DC

Text Example


Text Example

White with #A692DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A692DC; }

 p { color: rgb(166,146,220); }

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

background-color css

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

 a { background-color: rgb(166,146,220); }

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

border-color css

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

 span { border-color: rgb(166,146,220); }

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