Html Css Color HEX #A348DF Dark Orchid

📋 copy color: '#A348DF'

red 163 ◦ green 72 ◦ blue 223

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

Shades of Dark Orchid #A348DF

Tints of Dark Orchid #A348DF

RGB

 RED value IS 163 (64.06% from 255) = 35.59%

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

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

R = 35.59%
G = 15.72%
B = 48.69%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A348DF (or 0xA348DF) is known color: Dark Orchid. HEX triplet: A3, 48 and DF. RGB value is (163,72,223). Sum of RGB (Red+Green+Blue) = 163+72+223=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #A348DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348DF is #5CB720. Grayscale: #737373. Windows color (decimal): -6076193 or 14633123. OLE color: 14633123.

HSL color Cylindrical-coordinate representation of color #A348DF: hue angle of 276.16º 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 #A348DF is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 72 223 -
CMYK 0.27 0.68 0 0.13
HSL 276.16º 0.7% 0.58% -
HSV(B) 276.16º 0.68% 0.87% -
XYZ 30.74 17.75 71.62 -
YUV 116.42 188.15 161.22 -
System Red Green Blue C M Y K H S L
Decimal 163 72 223 0.27 0.68 0 0.13 276.16 0.7 0.58
Hex A3 48 DF 1B 44 0 D 114 46 3A
Octal 243 110 337 33 104 0 15 424 106 72
Binary 10100011 1001000 11011111 11011 1000100 0 1101 100010100 1000110 111010

Color Harmonies of #A348DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348DF

Black with #A348DF

Text Example


Text Example

White with #A348DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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