Html Css Color HEX #A58EEA Biloba Flower

📋 copy color: '#A58EEA'

red 165 ◦ green 142 ◦ blue 234

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

Shades of Biloba Flower #A58EEA

Tints of Biloba Flower #A58EEA

RGB

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

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

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

R = 30.5%
G = 26.25%
B = 43.25%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A58EEA (or 0xA58EEA) is known color: Biloba Flower. HEX triplet: A5, 8E and EA. RGB value is (165,142,234). Sum of RGB (Red+Green+Blue) = 165+142+234=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #A58EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58EEA is #5A7115. Grayscale: #9F9F9F. Windows color (decimal): -5927190 or 15371941. OLE color: 15371941.

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

Color convert

RGB 165 142 234 -
CMYK 0.29 0.39 0 0.08
HSL 255º 0.69% 0.74% -
HSV(B) 255º 0.39% 0.92% -
XYZ 40.04 33.29 82.16 -
YUV 159.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 165 142 234 0.29 0.39 0 0.08 255 0.69 0.74
Hex A5 8E EA 1D 27 0 8 FF 45 4A
Octal 245 216 352 35 47 0 10 377 105 112
Binary 10100101 10001110 11101010 11101 100111 0 1000 11111111 1000101 1001010

Color Harmonies of #A58EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EEA

Black with #A58EEA

Text Example


Text Example

White with #A58EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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