Html Css Color HEX #A18FED Biloba Flower

📋 copy color: '#A18FED'

red 161 ◦ green 143 ◦ blue 237

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

Shades of Biloba Flower #A18FED

Tints of Biloba Flower #A18FED

RGB

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

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

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

R = 29.76%
G = 26.43%
B = 43.81%

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

#A18FED (or 0xA18FED) is known color: Biloba Flower. HEX triplet: A1, 8F and ED. RGB value is (161,143,237). Sum of RGB (Red+Green+Blue) = 161+143+237=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #A18FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FED is #5E7012. Grayscale: #9E9E9E. Windows color (decimal): -6189075 or 15568801. OLE color: 15568801.

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

Color convert

RGB 161 143 237 -
CMYK 0.32 0.40 0 0.07
HSL 251.49º 0.72% 0.75% -
HSV(B) 251.49º 0.4% 0.93% -
XYZ 39.81 33.34 84.46 -
YUV 159.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 161 143 237 0.32 0.40 0 0.07 251.49 0.72 0.75
Hex A1 8F ED 20 28 0 7 FB 48 4B
Octal 241 217 355 40 50 0 7 373 110 113
Binary 10100001 10001111 11101101 100000 101000 0 111 11111011 1001000 1001011

Color Harmonies of #A18FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18FED

Black with #A18FED

Text Example


Text Example

White with #A18FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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