Html Css Color HEX #A984E6 Biloba Flower

📋 copy color: '#A984E6'

red 169 ◦ green 132 ◦ blue 230

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

Shades of Biloba Flower #A984E6

Tints of Biloba Flower #A984E6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.86%

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

R = 31.83%
G = 24.86%
B = 43.31%

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

#A984E6 (or 0xA984E6) is known color: Biloba Flower. HEX triplet: A9, 84 and E6. RGB value is (169,132,230). Sum of RGB (Red+Green+Blue) = 169+132+230=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #A984E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A984E6 is #567B19. Grayscale: #999999. Windows color (decimal): -5667610 or 15107241. OLE color: 15107241.

HSL color Cylindrical-coordinate representation of color #A984E6: hue angle of 262.65º 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 #A984E6 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 132 230 -
CMYK 0.27 0.43 0 0.10
HSL 262.65º 0.66% 0.71% -
HSV(B) 262.65º 0.43% 0.9% -
XYZ 38.9 30.65 78.73 -
YUV 154.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 169 132 230 0.27 0.43 0 0.10 262.65 0.66 0.71
Hex A9 84 E6 1B 2B 0 A 107 42 47
Octal 251 204 346 33 53 0 12 407 102 107
Binary 10101001 10000100 11100110 11011 101011 0 1010 100000111 1000010 1000111

Color Harmonies of #A984E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A984E6

Black with #A984E6

Text Example


Text Example

White with #A984E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A984E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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