Html Css Color HEX #A348DD Dark Orchid

📋 copy color: '#A348DD'

red 163 ◦ green 72 ◦ blue 221

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

Shades of Dark Orchid #A348DD

Tints of Dark Orchid #A348DD

RGB

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

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

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

R = 35.75%
G = 15.79%
B = 48.46%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A348DD (or 0xA348DD) is known color: Dark Orchid. HEX triplet: A3, 48 and DD. RGB value is (163,72,221). Sum of RGB (Red+Green+Blue) = 163+72+221=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #A348DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348DD is #5CB722. Grayscale: #737373. Windows color (decimal): -6076195 or 14502051. OLE color: 14502051.

HSL color Cylindrical-coordinate representation of color #A348DD: hue angle of 276.64º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A348DD is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 72 221 -
CMYK 0.26 0.67 0 0.13
HSL 276.64º 0.69% 0.57% -
HSV(B) 276.64º 0.67% 0.87% -
XYZ 30.47 17.64 70.21 -
YUV 116.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 163 72 221 0.26 0.67 0 0.13 276.64 0.69 0.57
Hex A3 48 DD 1A 43 0 D 115 45 39
Octal 243 110 335 32 103 0 15 425 105 71
Binary 10100011 1001000 11011101 11010 1000011 0 1101 100010101 1000101 111001

Color Harmonies of #A348DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348DD

Black with #A348DD

Text Example


Text Example

White with #A348DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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