Html Css Color HEX #A18CE7 Biloba Flower

📋 copy color: '#A18CE7'

red 161 ◦ green 140 ◦ blue 231

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

Shades of Biloba Flower #A18CE7

Tints of Biloba Flower #A18CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.42%

R = 30.26%
G = 26.32%
B = 43.42%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A18CE7 (or 0xA18CE7) is known color: Biloba Flower. HEX triplet: A1, 8C and E7. RGB value is (161,140,231). Sum of RGB (Red+Green+Blue) = 161+140+231=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #A18CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18CE7 is #5E7318. Grayscale: #9C9C9C. Windows color (decimal): -6189849 or 15174817. OLE color: 15174817.

HSL color Cylindrical-coordinate representation of color #A18CE7: hue angle of 253.85º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A18CE7 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 140 231 -
CMYK 0.30 0.39 0 0.09
HSL 253.85º 0.65% 0.73% -
HSV(B) 253.85º 0.39% 0.91% -
XYZ 38.5 32.1 79.77 -
YUV 156.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 161 140 231 0.30 0.39 0 0.09 253.85 0.65 0.73
Hex A1 8C E7 1E 27 0 9 FE 41 49
Octal 241 214 347 36 47 0 11 376 101 111
Binary 10100001 10001100 11100111 11110 100111 0 1001 11111110 1000001 1001001

Color Harmonies of #A18CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CE7

Black with #A18CE7

Text Example


Text Example

White with #A18CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CE7; }

 p { color: rgb(161,140,231); }

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

background-color css

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

 a { background-color: rgb(161,140,231); }

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

border-color css

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

 span { border-color: rgb(161,140,231); }

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