Html Css Color HEX #A983E2 Biloba Flower

📋 copy color: '#A983E2'

red 169 ◦ green 131 ◦ blue 226

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

Shades of Biloba Flower #A983E2

Tints of Biloba Flower #A983E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.97%

R = 32.13%
G = 24.9%
B = 42.97%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A983E2 (or 0xA983E2) is known color: Biloba Flower. HEX triplet: A9, 83 and E2. RGB value is (169,131,226). Sum of RGB (Red+Green+Blue) = 169+131+226=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 226 - color contains mainly: blue. Hex color #A983E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983E2 is #567C1D. Grayscale: #989898. Windows color (decimal): -5667870 or 14844841. OLE color: 14844841.

HSL color Cylindrical-coordinate representation of color #A983E2: hue angle of 264º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A983E2 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 131 226 -
CMYK 0.25 0.42 0 0.11
HSL 264º 0.62% 0.7% -
HSV(B) 264º 0.42% 0.89% -
XYZ 38.21 30.16 75.76 -
YUV 153.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 169 131 226 0.25 0.42 0 0.11 264 0.62 0.7
Hex A9 83 E2 19 2A 0 B 108 3E 46
Octal 251 203 342 31 52 0 13 410 76 106
Binary 10101001 10000011 11100010 11001 101010 0 1011 100001000 111110 1000110

Color Harmonies of #A983E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A983E2

Black with #A983E2

Text Example


Text Example

White with #A983E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A983E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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