Html Css Color HEX #A983D6 Biloba Flower

📋 copy color: '#A983D6'

red 169 ◦ green 131 ◦ blue 214

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

Shades of Biloba Flower #A983D6

Tints of Biloba Flower #A983D6

RGB

 RED value IS 169 (66.41% from 255) = 32.88%

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

 BLUE value IS 214 (83.98% from 255) = 41.63%

R = 32.88%
G = 25.49%
B = 41.63%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A983D6 (or 0xA983D6) is known color: Biloba Flower. HEX triplet: A9, 83 and D6. RGB value is (169,131,214). Sum of RGB (Red+Green+Blue) = 169+131+214=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #A983D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983D6 is #567C29. Grayscale: #979797. Windows color (decimal): -5667882 or 14058409. OLE color: 14058409.

HSL color Cylindrical-coordinate representation of color #A983D6: hue angle of 267.47º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A983D6 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 131 214 -
CMYK 0.21 0.39 0 0.16
HSL 267.47º 0.5% 0.68% -
HSV(B) 267.47º 0.39% 0.84% -
XYZ 36.62 29.52 67.39 -
YUV 151.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 169 131 214 0.21 0.39 0 0.16 267.47 0.5 0.68
Hex A9 83 D6 15 27 0 10 10B 32 44
Octal 251 203 326 25 47 0 20 413 62 104
Binary 10101001 10000011 11010110 10101 100111 0 10000 100001011 110010 1000100

Color Harmonies of #A983D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A983D6

Black with #A983D6

Text Example


Text Example

White with #A983D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A983D6; }

 p { color: rgb(169,131,214); }

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

background-color css

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

 a { background-color: rgb(169,131,214); }

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

border-color css

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

 span { border-color: rgb(169,131,214); }

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