Html Css Color HEX #A58FE0 Biloba Flower

📋 copy color: '#A58FE0'

red 165 ◦ green 143 ◦ blue 224

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

Shades of Biloba Flower #A58FE0

Tints of Biloba Flower #A58FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.88%

 BLUE value IS 224 (87.89% from 255) = 42.11%

R = 31.02%
G = 26.88%
B = 42.11%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A58FE0 (or 0xA58FE0) is known color: Biloba Flower. HEX triplet: A5, 8F and E0. RGB value is (165,143,224). Sum of RGB (Red+Green+Blue) = 165+143+224=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #A58FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FE0 is #5A701F. Grayscale: #9E9E9E. Windows color (decimal): -5926944 or 14716837. OLE color: 14716837.

HSL color Cylindrical-coordinate representation of color #A58FE0: hue angle of 256.3º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A58FE0 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 143 224 -
CMYK 0.26 0.36 0 0.12
HSL 256.3º 0.57% 0.72% -
HSV(B) 256.3º 0.36% 0.88% -
XYZ 38.79 33.03 74.85 -
YUV 158.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 165 143 224 0.26 0.36 0 0.12 256.3 0.57 0.72
Hex A5 8F E0 1A 24 0 C 100 39 48
Octal 245 217 340 32 44 0 14 400 71 110
Binary 10100101 10001111 11100000 11010 100100 0 1100 100000000 111001 1001000

Color Harmonies of #A58FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FE0

Black with #A58FE0

Text Example


Text Example

White with #A58FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FE0; }

 p { color: rgb(165,143,224); }

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

background-color css

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

 a { background-color: rgb(165,143,224); }

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

border-color css

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

 span { border-color: rgb(165,143,224); }

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