Html Css Color HEX #A18EEE Biloba Flower

📋 copy color: '#A18EEE'

red 161 ◦ green 142 ◦ blue 238

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

Shades of Biloba Flower #A18EEE

Tints of Biloba Flower #A18EEE

RGB

 RED value IS 161 (63.28% from 255) = 29.76%

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

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 29.76%
G = 26.25%
B = 43.99%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A18EEE (or 0xA18EEE) is known color: Biloba Flower. HEX triplet: A1, 8E and EE. RGB value is (161,142,238). Sum of RGB (Red+Green+Blue) = 161+142+238=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #A18EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18EEE is #5E7111. Grayscale: #9E9E9E. Windows color (decimal): -6189330 or 15634081. OLE color: 15634081.

HSL color Cylindrical-coordinate representation of color #A18EEE: hue angle of 251.87º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18EEE is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 142 238 -
CMYK 0.32 0.40 0 0.07
HSL 251.88º 0.74% 0.75% -
HSV(B) 251.88º 0.4% 0.93% -
XYZ 39.8 33.1 85.18 -
YUV 158.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 161 142 238 0.32 0.40 0 0.07 251.88 0.74 0.75
Hex A1 8E EE 20 28 0 7 FC 4A 4B
Octal 241 216 356 40 50 0 7 374 112 113
Binary 10100001 10001110 11101110 100000 101000 0 111 11111100 1001010 1001011

Color Harmonies of #A18EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18EEE

Black with #A18EEE

Text Example


Text Example

White with #A18EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18EEE; }

 p { color: rgb(161,142,238); }

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

background-color css

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

 a { background-color: rgb(161,142,238); }

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

border-color css

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

 span { border-color: rgb(161,142,238); }

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