Html Css Color HEX #A18FDF Biloba Flower

📋 copy color: '#A18FDF'

red 161 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #A18FDF

Tints of Biloba Flower #A18FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 30.55%
G = 27.13%
B = 42.31%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A18FDF (or 0xA18FDF) is known color: Biloba Flower. HEX triplet: A1, 8F and DF. RGB value is (161,143,223). Sum of RGB (Red+Green+Blue) = 161+143+223=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #A18FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FDF is #5E7020. Grayscale: #9D9D9D. Windows color (decimal): -6189089 or 14651297. OLE color: 14651297.

HSL color Cylindrical-coordinate representation of color #A18FDF: hue angle of 253.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A18FDF is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 143 223 -
CMYK 0.28 0.36 0 0.13
HSL 253.5º 0.56% 0.72% -
HSV(B) 253.5º 0.36% 0.87% -
XYZ 37.84 32.55 74.1 -
YUV 157.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 161 143 223 0.28 0.36 0 0.13 253.5 0.56 0.72
Hex A1 8F DF 1C 24 0 D FE 38 48
Octal 241 217 337 34 44 0 15 376 70 110
Binary 10100001 10001111 11011111 11100 100100 0 1101 11111110 111000 1001000

Color Harmonies of #A18FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18FDF

Black with #A18FDF

Text Example


Text Example

White with #A18FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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