Html Css Color HEX #A983E6 Biloba Flower

📋 copy color: '#A983E6'

red 169 ◦ green 131 ◦ blue 230

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

Shades of Biloba Flower #A983E6

Tints of Biloba Flower #A983E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.4%

R = 31.89%
G = 24.72%
B = 43.4%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A983E6 (or 0xA983E6) is known color: Biloba Flower. HEX triplet: A9, 83 and E6. RGB value is (169,131,230). Sum of RGB (Red+Green+Blue) = 169+131+230=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #A983E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A983E6 is #567C19. Grayscale: #999999. Windows color (decimal): -5667866 or 15106985. OLE color: 15106985.

HSL color Cylindrical-coordinate representation of color #A983E6: hue angle of 263.03º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A983E6 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 131 230 -
CMYK 0.27 0.43 0 0.10
HSL 263.03º 0.66% 0.71% -
HSV(B) 263.03º 0.43% 0.9% -
XYZ 38.76 30.38 78.68 -
YUV 153.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 169 131 230 0.27 0.43 0 0.10 263.03 0.66 0.71
Hex A9 83 E6 1B 2B 0 A 107 42 47
Octal 251 203 346 33 53 0 12 407 102 107
Binary 10101001 10000011 11100110 11011 101011 0 1010 100000111 1000010 1000111

Color Harmonies of #A983E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A983E6

Black with #A983E6

Text Example


Text Example

White with #A983E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A983E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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