Html Css Color HEX #A889F2 Biloba Flower

📋 copy color: '#A889F2'

red 168 ◦ green 137 ◦ blue 242

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

Shades of Biloba Flower #A889F2

Tints of Biloba Flower #A889F2

RGB

 RED value IS 168 (66.02% from 255) = 30.71%

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

 BLUE value IS 242 (94.92% from 255) = 44.24%

R = 30.71%
G = 25.05%
B = 44.24%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A889F2 (or 0xA889F2) is known color: Biloba Flower. HEX triplet: A8, 89 and F2. RGB value is (168,137,242). Sum of RGB (Red+Green+Blue) = 168+137+242=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #A889F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A889F2 is #57760D. Grayscale: #9D9D9D. Windows color (decimal): -5731854 or 15894952. OLE color: 15894952.

HSL color Cylindrical-coordinate representation of color #A889F2: hue angle of 257.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A889F2 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 137 242 -
CMYK 0.31 0.43 0 0.05
HSL 257.71º 0.8% 0.74% -
HSV(B) 257.71º 0.43% 0.95% -
XYZ 41.12 32.63 88.13 -
YUV 158.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 168 137 242 0.31 0.43 0 0.05 257.71 0.8 0.74
Hex A8 89 F2 1F 2B 0 5 102 50 4A
Octal 250 211 362 37 53 0 5 402 120 112
Binary 10101000 10001001 11110010 11111 101011 0 101 100000010 1010000 1001010

Color Harmonies of #A889F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A889F2

Black with #A889F2

Text Example


Text Example

White with #A889F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A889F2; }

 p { color: rgb(168,137,242); }

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

background-color css

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

 a { background-color: rgb(168,137,242); }

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

border-color css

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

 span { border-color: rgb(168,137,242); }

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