Html Css Color HEX #A58DEA Biloba Flower

📋 copy color: '#A58DEA'

red 165 ◦ green 141 ◦ blue 234

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

Shades of Biloba Flower #A58DEA

Tints of Biloba Flower #A58DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.11%

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 30.56%
G = 26.11%
B = 43.33%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A58DEA (or 0xA58DEA) is known color: Biloba Flower. HEX triplet: A5, 8D and EA. RGB value is (165,141,234). Sum of RGB (Red+Green+Blue) = 165+141+234=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #A58DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58DEA is #5A7215. Grayscale: #9E9E9E. Windows color (decimal): -5927446 or 15371685. OLE color: 15371685.

HSL color Cylindrical-coordinate representation of color #A58DEA: hue angle of 255.48º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58DEA is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 141 234 -
CMYK 0.29 0.40 0 0.08
HSL 255.48º 0.69% 0.74% -
HSV(B) 255.48º 0.4% 0.92% -
XYZ 39.89 32.99 82.11 -
YUV 158.78 170.45 132.44 -
System Red Green Blue C M Y K H S L
Decimal 165 141 234 0.29 0.40 0 0.08 255.48 0.69 0.74
Hex A5 8D EA 1D 28 0 8 FF 45 4A
Octal 245 215 352 35 50 0 10 377 105 112
Binary 10100101 10001101 11101010 11101 101000 0 1000 11111111 1000101 1001010

Color Harmonies of #A58DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DEA

Black with #A58DEA

Text Example


Text Example

White with #A58DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DEA; }

 p { color: rgb(165,141,234); }

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

background-color css

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

 a { background-color: rgb(165,141,234); }

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

border-color css

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

 span { border-color: rgb(165,141,234); }

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