Html Css Color HEX #A683DF Biloba Flower

📋 copy color: '#A683DF'

red 166 ◦ green 131 ◦ blue 223

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

Shades of Biloba Flower #A683DF

Tints of Biloba Flower #A683DF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.19%

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

R = 31.92%
G = 25.19%
B = 42.88%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A683DF (or 0xA683DF) is known color: Biloba Flower. HEX triplet: A6, 83 and DF. RGB value is (166,131,223). Sum of RGB (Red+Green+Blue) = 166+131+223=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #A683DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683DF is #597C20. Grayscale: #979797. Windows color (decimal): -5864481 or 14648230. OLE color: 14648230.

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

Color convert

RGB 166 131 223 -
CMYK 0.26 0.41 0 0.13
HSL 262.83º 0.59% 0.69% -
HSV(B) 262.83º 0.41% 0.87% -
XYZ 37.16 29.67 73.58 -
YUV 151.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 166 131 223 0.26 0.41 0 0.13 262.83 0.59 0.69
Hex A6 83 DF 1A 29 0 D 107 3B 45
Octal 246 203 337 32 51 0 15 407 73 105
Binary 10100110 10000011 11011111 11010 101001 0 1101 100000111 111011 1000101

Color Harmonies of #A683DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A683DF

Black with #A683DF

Text Example


Text Example

White with #A683DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A683DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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