Html Css Color HEX #A589F2 Biloba Flower

📋 copy color: '#A589F2'

red 165 ◦ green 137 ◦ blue 242

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

Shades of Biloba Flower #A589F2

Tints of Biloba Flower #A589F2

RGB

 RED value IS 165 (64.84% from 255) = 30.33%

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

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

R = 30.33%
G = 25.18%
B = 44.49%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A589F2 (or 0xA589F2) is known color: Biloba Flower. HEX triplet: A5, 89 and F2. RGB value is (165,137,242). Sum of RGB (Red+Green+Blue) = 165+137+242=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #A589F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A589F2 is #5A760D. Grayscale: #9C9C9C. Windows color (decimal): -5928462 or 15894949. OLE color: 15894949.

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

Color convert

RGB 165 137 242 -
CMYK 0.32 0.43 0 0.05
HSL 256º 0.8% 0.74% -
HSV(B) 256º 0.43% 0.95% -
XYZ 40.49 32.3 88.11 -
YUV 157.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 165 137 242 0.32 0.43 0 0.05 256 0.8 0.74
Hex A5 89 F2 20 2B 0 5 100 50 4A
Octal 245 211 362 40 53 0 5 400 120 112
Binary 10100101 10001001 11110010 100000 101011 0 101 100000000 1010000 1001010

Color Harmonies of #A589F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589F2

Black with #A589F2

Text Example


Text Example

White with #A589F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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