Html Css Color HEX #A58CEF Biloba Flower

📋 copy color: '#A58CEF'

red 165 ◦ green 140 ◦ blue 239

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

Shades of Biloba Flower #A58CEF

Tints of Biloba Flower #A58CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.74%

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 30.33%
G = 25.74%
B = 43.93%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A58CEF (or 0xA58CEF) is known color: Biloba Flower. HEX triplet: A5, 8C and EF. RGB value is (165,140,239). Sum of RGB (Red+Green+Blue) = 165+140+239=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #A58CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58CEF is #5A7310. Grayscale: #9E9E9E. Windows color (decimal): -5927697 or 15699109. OLE color: 15699109.

HSL color Cylindrical-coordinate representation of color #A58CEF: hue angle of 255.15º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58CEF is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 140 239 -
CMYK 0.31 0.41 0 0.06
HSL 255.15º 0.76% 0.74% -
HSV(B) 255.15º 0.41% 0.94% -
XYZ 40.48 32.99 85.9 -
YUV 158.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 165 140 239 0.31 0.41 0 0.06 255.15 0.76 0.74
Hex A5 8C EF 1F 29 0 6 FF 4C 4A
Octal 245 214 357 37 51 0 6 377 114 112
Binary 10100101 10001100 11101111 11111 101001 0 110 11111111 1001100 1001010

Color Harmonies of #A58CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CEF

Black with #A58CEF

Text Example


Text Example

White with #A58CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CEF; }

 p { color: rgb(165,140,239); }

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

background-color css

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

 a { background-color: rgb(165,140,239); }

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

border-color css

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

 span { border-color: rgb(165,140,239); }

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