Html Css Color HEX #A981E0 Biloba Flower

📋 copy color: '#A981E0'

red 169 ◦ green 129 ◦ blue 224

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

Shades of Biloba Flower #A981E0

Tints of Biloba Flower #A981E0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.71%

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

R = 32.38%
G = 24.71%
B = 42.91%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A981E0 (or 0xA981E0) is known color: Biloba Flower. HEX triplet: A9, 81 and E0. RGB value is (169,129,224). Sum of RGB (Red+Green+Blue) = 169+129+224=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #A981E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981E0 is #567E1F. Grayscale: #979797. Windows color (decimal): -5668384 or 14713257. OLE color: 14713257.

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

Color convert

RGB 169 129 224 -
CMYK 0.25 0.42 0 0.12
HSL 265.26º 0.61% 0.69% -
HSV(B) 265.26º 0.42% 0.88% -
XYZ 37.67 29.52 74.23 -
YUV 151.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 169 129 224 0.25 0.42 0 0.12 265.26 0.61 0.69
Hex A9 81 E0 19 2A 0 C 109 3D 45
Octal 251 201 340 31 52 0 14 411 75 105
Binary 10101001 10000001 11100000 11001 101010 0 1100 100001001 111101 1000101

Color Harmonies of #A981E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A981E0

Black with #A981E0

Text Example


Text Example

White with #A981E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A981E0; }

 p { color: rgb(169,129,224); }

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

background-color css

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

 a { background-color: rgb(169,129,224); }

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

border-color css

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

 span { border-color: rgb(169,129,224); }

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