Html Css Color HEX #A289DF Biloba Flower

📋 copy color: '#A289DF'

red 162 ◦ green 137 ◦ blue 223

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

Shades of Biloba Flower #A289DF

Tints of Biloba Flower #A289DF

RGB

 RED value IS 162 (63.67% from 255) = 31.03%

 GREEN value IS 137 (53.91% from 255) = 26.25%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 31.03%
G = 26.25%
B = 42.72%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A289DF (or 0xA289DF) is known color: Biloba Flower. HEX triplet: A2, 89 and DF. RGB value is (162,137,223). Sum of RGB (Red+Green+Blue) = 162+137+223=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #A289DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289DF is #5D7620. Grayscale: #999999. Windows color (decimal): -6125089 or 14649762. OLE color: 14649762.

HSL color Cylindrical-coordinate representation of color #A289DF: hue angle of 257.44º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A289DF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 137 223 -
CMYK 0.27 0.39 0 0.13
HSL 257.44º 0.57% 0.71% -
HSV(B) 257.44º 0.39% 0.87% -
XYZ 37.17 30.9 73.82 -
YUV 154.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 162 137 223 0.27 0.39 0 0.13 257.44 0.57 0.71
Hex A2 89 DF 1B 27 0 D 101 39 47
Octal 242 211 337 33 47 0 15 401 71 107
Binary 10100010 10001001 11011111 11011 100111 0 1101 100000001 111001 1000111

Color Harmonies of #A289DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289DF

Black with #A289DF

Text Example


Text Example

White with #A289DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289DF; }

 p { color: rgb(162,137,223); }

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

background-color css

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

 a { background-color: rgb(162,137,223); }

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

border-color css

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

 span { border-color: rgb(162,137,223); }

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