Html Css Color HEX #A58FEE Biloba Flower

📋 copy color: '#A58FEE'

red 165 ◦ green 143 ◦ blue 238

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

Shades of Biloba Flower #A58FEE

Tints of Biloba Flower #A58FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 30.22%
G = 26.19%
B = 43.59%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A58FEE (or 0xA58FEE) is known color: Biloba Flower. HEX triplet: A5, 8F and EE. RGB value is (165,143,238). Sum of RGB (Red+Green+Blue) = 165+143+238=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #A58FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FEE is #5A7011. Grayscale: #A0A0A0. Windows color (decimal): -5926930 or 15634341. OLE color: 15634341.

HSL color Cylindrical-coordinate representation of color #A58FEE: hue angle of 253.89º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58FEE is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 143 238 -
CMYK 0.31 0.40 0 0.07
HSL 253.89º 0.74% 0.75% -
HSV(B) 253.89º 0.4% 0.93% -
XYZ 40.77 33.82 85.27 -
YUV 160.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 165 143 238 0.31 0.40 0 0.07 253.89 0.74 0.75
Hex A5 8F EE 1F 28 0 7 FE 4A 4B
Octal 245 217 356 37 50 0 7 376 112 113
Binary 10100101 10001111 11101110 11111 101000 0 111 11111110 1001010 1001011

Color Harmonies of #A58FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FEE

Black with #A58FEE

Text Example


Text Example

White with #A58FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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