Html Css Color HEX #A683E0 Biloba Flower

📋 copy color: '#A683E0'

red 166 ◦ green 131 ◦ blue 224

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

Shades of Biloba Flower #A683E0

Tints of Biloba Flower #A683E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.99%

R = 31.86%
G = 25.14%
B = 42.99%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A683E0 (or 0xA683E0) is known color: Biloba Flower. HEX triplet: A6, 83 and E0. RGB value is (166,131,224). Sum of RGB (Red+Green+Blue) = 166+131+224=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #A683E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683E0 is #597C1F. Grayscale: #979797. Windows color (decimal): -5864480 or 14713766. OLE color: 14713766.

HSL color Cylindrical-coordinate representation of color #A683E0: hue angle of 262.58º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A683E0 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 131 224 -
CMYK 0.26 0.42 0 0.12
HSL 262.58º 0.6% 0.7% -
HSV(B) 262.58º 0.42% 0.88% -
XYZ 37.3 29.72 74.29 -
YUV 152.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 166 131 224 0.26 0.42 0 0.12 262.58 0.6 0.7
Hex A6 83 E0 1A 2A 0 C 107 3C 46
Octal 246 203 340 32 52 0 14 407 74 106
Binary 10100110 10000011 11100000 11010 101010 0 1100 100000111 111100 1000110

Color Harmonies of #A683E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A683E0

Black with #A683E0

Text Example


Text Example

White with #A683E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A683E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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