Html Css Color HEX #A18DEA Biloba Flower

📋 copy color: '#A18DEA'

red 161 ◦ green 141 ◦ blue 234

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

Shades of Biloba Flower #A18DEA

Tints of Biloba Flower #A18DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.31%

 BLUE value IS 234 (91.8% from 255) = 43.66%

R = 30.04%
G = 26.31%
B = 43.66%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A18DEA (or 0xA18DEA) is known color: Biloba Flower. HEX triplet: A1, 8D and EA. RGB value is (161,141,234). Sum of RGB (Red+Green+Blue) = 161+141+234=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #A18DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18DEA is #5E7215. Grayscale: #9D9D9D. Windows color (decimal): -6189590 or 15371681. OLE color: 15371681.

HSL color Cylindrical-coordinate representation of color #A18DEA: hue angle of 252.9º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18DEA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 141 234 -
CMYK 0.31 0.40 0 0.08
HSL 252.9º 0.69% 0.74% -
HSV(B) 252.9º 0.4% 0.92% -
XYZ 39.07 32.57 82.07 -
YUV 157.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 161 141 234 0.31 0.40 0 0.08 252.9 0.69 0.74
Hex A1 8D EA 1F 28 0 8 FD 45 4A
Octal 241 215 352 37 50 0 10 375 105 112
Binary 10100001 10001101 11101010 11111 101000 0 1000 11111101 1000101 1001010

Color Harmonies of #A18DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DEA

Black with #A18DEA

Text Example


Text Example

White with #A18DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DEA; }

 p { color: rgb(161,141,234); }

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

background-color css

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

 a { background-color: rgb(161,141,234); }

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

border-color css

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

 span { border-color: rgb(161,141,234); }

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