Html Css Color HEX #A348DB Dark Orchid

📋 copy color: '#A348DB'

red 163 ◦ green 72 ◦ blue 219

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

Shades of Dark Orchid #A348DB

Tints of Dark Orchid #A348DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 35.9%
G = 15.86%
B = 48.24%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A348DB (or 0xA348DB) is known color: Dark Orchid. HEX triplet: A3, 48 and DB. RGB value is (163,72,219). Sum of RGB (Red+Green+Blue) = 163+72+219=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #A348DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348DB is #5CB724. Grayscale: #737373. Windows color (decimal): -6076197 or 14370979. OLE color: 14370979.

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

Color convert

RGB 163 72 219 -
CMYK 0.26 0.67 0 0.14
HSL 277.14º 0.67% 0.57% -
HSV(B) 277.14º 0.67% 0.86% -
XYZ 30.21 17.54 68.81 -
YUV 115.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 163 72 219 0.26 0.67 0 0.14 277.14 0.67 0.57
Hex A3 48 DB 1A 43 0 E 115 43 39
Octal 243 110 333 32 103 0 16 425 103 71
Binary 10100011 1001000 11011011 11010 1000011 0 1110 100010101 1000011 111001

Color Harmonies of #A348DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348DB

Black with #A348DB

Text Example


Text Example

White with #A348DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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