Html Css Color HEX #A18FDD Biloba Flower

📋 copy color: '#A18FDD'

red 161 ◦ green 143 ◦ blue 221

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

Shades of Biloba Flower #A18FDD

Tints of Biloba Flower #A18FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 30.67%
G = 27.24%
B = 42.1%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A18FDD (or 0xA18FDD) is known color: Biloba Flower. HEX triplet: A1, 8F and DD. RGB value is (161,143,221). Sum of RGB (Red+Green+Blue) = 161+143+221=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #A18FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FDD is #5E7022. Grayscale: #9C9C9C. Windows color (decimal): -6189091 or 14520225. OLE color: 14520225.

HSL color Cylindrical-coordinate representation of color #A18FDD: hue angle of 253.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A18FDD is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 143 221 -
CMYK 0.27 0.35 0 0.13
HSL 253.85º 0.53% 0.71% -
HSV(B) 253.85º 0.35% 0.87% -
XYZ 37.57 32.44 72.69 -
YUV 157.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 161 143 221 0.27 0.35 0 0.13 253.85 0.53 0.71
Hex A1 8F DD 1B 23 0 D FE 35 47
Octal 241 217 335 33 43 0 15 376 65 107
Binary 10100001 10001111 11011101 11011 100011 0 1101 11111110 110101 1000111

Color Harmonies of #A18FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18FDD

Black with #A18FDD

Text Example


Text Example

White with #A18FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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