Html Css Color HEX #A58AED Biloba Flower

📋 copy color: '#A58AED'

red 165 ◦ green 138 ◦ blue 237

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

Shades of Biloba Flower #A58AED

Tints of Biloba Flower #A58AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.56%

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 30.56%
G = 25.56%
B = 43.89%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A58AED (or 0xA58AED) is known color: Biloba Flower. HEX triplet: A5, 8A and ED. RGB value is (165,138,237). Sum of RGB (Red+Green+Blue) = 165+138+237=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #A58AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58AED is #5A7512. Grayscale: #9C9C9C. Windows color (decimal): -5928211 or 15567525. OLE color: 15567525.

HSL color Cylindrical-coordinate representation of color #A58AED: hue angle of 256.36º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A58AED is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 138 237 -
CMYK 0.30 0.42 0 0.07
HSL 256.36º 0.73% 0.74% -
HSV(B) 256.36º 0.42% 0.93% -
XYZ 39.89 32.29 84.25 -
YUV 157.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 165 138 237 0.30 0.42 0 0.07 256.36 0.73 0.74
Hex A5 8A ED 1E 2A 0 7 100 49 4A
Octal 245 212 355 36 52 0 7 400 111 112
Binary 10100101 10001010 11101101 11110 101010 0 111 100000000 1001001 1001010

Color Harmonies of #A58AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58AED

Black with #A58AED

Text Example


Text Example

White with #A58AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58AED; }

 p { color: rgb(165,138,237); }

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

background-color css

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

 a { background-color: rgb(165,138,237); }

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

border-color css

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

 span { border-color: rgb(165,138,237); }

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