Html Css Color HEX #A985E6 Biloba Flower

📋 copy color: '#A985E6'

red 169 ◦ green 133 ◦ blue 230

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

Shades of Biloba Flower #A985E6

Tints of Biloba Flower #A985E6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25%

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

R = 31.77%
G = 25%
B = 43.23%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A985E6 (or 0xA985E6) is known color: Biloba Flower. HEX triplet: A9, 85 and E6. RGB value is (169,133,230). Sum of RGB (Red+Green+Blue) = 169+133+230=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #A985E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A985E6 is #567A19. Grayscale: #9A9A9A. Windows color (decimal): -5667354 or 15107497. OLE color: 15107497.

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

Color convert

RGB 169 133 230 -
CMYK 0.27 0.42 0 0.10
HSL 262.27º 0.66% 0.71% -
HSV(B) 262.27º 0.42% 0.9% -
XYZ 39.03 30.92 78.77 -
YUV 154.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 169 133 230 0.27 0.42 0 0.10 262.27 0.66 0.71
Hex A9 85 E6 1B 2A 0 A 106 42 47
Octal 251 205 346 33 52 0 12 406 102 107
Binary 10101001 10000101 11100110 11011 101010 0 1010 100000110 1000010 1000111

Color Harmonies of #A985E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985E6

Black with #A985E6

Text Example


Text Example

White with #A985E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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