Html Css Color HEX #A692DF Biloba Flower

📋 copy color: '#A692DF'

red 166 ◦ green 146 ◦ blue 223

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

Shades of Biloba Flower #A692DF

Tints of Biloba Flower #A692DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 31.03%
G = 27.29%
B = 41.68%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A692DF (or 0xA692DF) is known color: Biloba Flower. HEX triplet: A6, 92 and DF. RGB value is (166,146,223). Sum of RGB (Red+Green+Blue) = 166+146+223=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #A692DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692DF is #596D20. Grayscale: #A0A0A0. Windows color (decimal): -5860641 or 14652070. OLE color: 14652070.

HSL color Cylindrical-coordinate representation of color #A692DF: hue angle of 255.58º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A692DF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 146 223 -
CMYK 0.26 0.35 0 0.13
HSL 255.58º 0.55% 0.72% -
HSV(B) 255.58º 0.35% 0.87% -
XYZ 39.32 33.99 74.3 -
YUV 160.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 166 146 223 0.26 0.35 0 0.13 255.58 0.55 0.72
Hex A6 92 DF 1A 23 0 D 100 37 48
Octal 246 222 337 32 43 0 15 400 67 110
Binary 10100110 10010010 11011111 11010 100011 0 1101 100000000 110111 1001000

Color Harmonies of #A692DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A692DF

Black with #A692DF

Text Example


Text Example

White with #A692DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A692DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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