Html Css Color HEX #A18FEE Biloba Flower

📋 copy color: '#A18FEE'

red 161 ◦ green 143 ◦ blue 238

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

Shades of Biloba Flower #A18FEE

Tints of Biloba Flower #A18FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.38%

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

R = 29.7%
G = 26.38%
B = 43.91%

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

#A18FEE (or 0xA18FEE) is known color: Biloba Flower. HEX triplet: A1, 8F and EE. RGB value is (161,143,238). Sum of RGB (Red+Green+Blue) = 161+143+238=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #A18FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FEE is #5E7011. Grayscale: #9E9E9E. Windows color (decimal): -6189074 or 15634337. OLE color: 15634337.

HSL color Cylindrical-coordinate representation of color #A18FEE: hue angle of 251.37º 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 #A18FEE is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 143 238 -
CMYK 0.32 0.40 0 0.07
HSL 251.37º 0.74% 0.75% -
HSV(B) 251.37º 0.4% 0.93% -
XYZ 39.95 33.4 85.23 -
YUV 159.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 161 143 238 0.32 0.40 0 0.07 251.37 0.74 0.75
Hex A1 8F EE 20 28 0 7 FB 4A 4B
Octal 241 217 356 40 50 0 7 373 112 113
Binary 10100001 10001111 11101110 100000 101000 0 111 11111011 1001010 1001011

Color Harmonies of #A18FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18FEE

Black with #A18FEE

Text Example


Text Example

White with #A18FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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