Html Css Color HEX #A148DF Dark Orchid

📋 copy color: '#A148DF'

red 161 ◦ green 72 ◦ blue 223

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

Shades of Dark Orchid #A148DF

Tints of Dark Orchid #A148DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.79%

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

R = 35.31%
G = 15.79%
B = 48.9%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A148DF (or 0xA148DF) is known color: Dark Orchid. HEX triplet: A1, 48 and DF. RGB value is (161,72,223). Sum of RGB (Red+Green+Blue) = 161+72+223=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #A148DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A148DF is #5EB720. Grayscale: #737373. Windows color (decimal): -6207265 or 14633121. OLE color: 14633121.

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

Color convert

RGB 161 72 223 -
CMYK 0.28 0.68 0 0.13
HSL 275.36º 0.7% 0.58% -
HSV(B) 275.36º 0.68% 0.87% -
XYZ 30.33 17.54 71.6 -
YUV 115.83 188.49 160.22 -
System Red Green Blue C M Y K H S L
Decimal 161 72 223 0.28 0.68 0 0.13 275.36 0.7 0.58
Hex A1 48 DF 1C 44 0 D 113 46 3A
Octal 241 110 337 34 104 0 15 423 106 72
Binary 10100001 1001000 11011111 11100 1000100 0 1101 100010011 1000110 111010

Color Harmonies of #A148DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A148DF

Black with #A148DF

Text Example


Text Example

White with #A148DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A148DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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