Html Css Color HEX #A683DA Biloba Flower

📋 copy color: '#A683DA'

red 166 ◦ green 131 ◦ blue 218

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

Shades of Biloba Flower #A683DA

Tints of Biloba Flower #A683DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 32.23%
G = 25.44%
B = 42.33%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A683DA (or 0xA683DA) is known color: Biloba Flower. HEX triplet: A6, 83 and DA. RGB value is (166,131,218). Sum of RGB (Red+Green+Blue) = 166+131+218=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #A683DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683DA is #597C25. Grayscale: #979797. Windows color (decimal): -5864486 or 14320550. OLE color: 14320550.

HSL color Cylindrical-coordinate representation of color #A683DA: hue angle of 264.14º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A683DA is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 131 218 -
CMYK 0.24 0.40 0 0.15
HSL 264.14º 0.54% 0.68% -
HSV(B) 264.14º 0.4% 0.85% -
XYZ 36.5 29.4 70.08 -
YUV 151.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 166 131 218 0.24 0.40 0 0.15 264.14 0.54 0.68
Hex A6 83 DA 18 28 0 F 108 36 44
Octal 246 203 332 30 50 0 17 410 66 104
Binary 10100110 10000011 11011010 11000 101000 0 1111 100001000 110110 1000100

Color Harmonies of #A683DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A683DA

Black with #A683DA

Text Example


Text Example

White with #A683DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A683DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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