Html Css Color HEX #A58EFA Biloba Flower

📋 copy color: '#A58EFA'

red 165 ◦ green 142 ◦ blue 250

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

Shades of Biloba Flower #A58EFA

Tints of Biloba Flower #A58EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.49%

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 29.62%
G = 25.49%
B = 44.88%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A58EFA (or 0xA58EFA) is known color: Biloba Flower. HEX triplet: A5, 8E and FA. RGB value is (165,142,250). Sum of RGB (Red+Green+Blue) = 165+142+250=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #A58EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58EFA is #5A7105. Grayscale: #A0A0A0. Windows color (decimal): -5927174 or 16420517. OLE color: 16420517.

HSL color Cylindrical-coordinate representation of color #A58EFA: hue angle of 252.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A58EFA is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 142 250 -
CMYK 0.34 0.43 0 0.02
HSL 252.78º 0.92% 0.77% -
HSV(B) 252.78º 0.43% 0.98% -
XYZ 42.45 34.25 94.82 -
YUV 161.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 165 142 250 0.34 0.43 0 0.02 252.78 0.92 0.77
Hex A5 8E FA 22 2B 0 2 FD 5C 4D
Octal 245 216 372 42 53 0 2 375 134 115
Binary 10100101 10001110 11111010 100010 101011 0 10 11111101 1011100 1001101

Color Harmonies of #A58EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EFA

Black with #A58EFA

Text Example


Text Example

White with #A58EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EFA; }

 p { color: rgb(165,142,250); }

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

background-color css

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

 a { background-color: rgb(165,142,250); }

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

border-color css

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

 span { border-color: rgb(165,142,250); }

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