Html Css Color HEX #A348CE Dark Orchid

📋 copy color: '#A348CE'

red 163 ◦ green 72 ◦ blue 206

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

Shades of Dark Orchid #A348CE

Tints of Dark Orchid #A348CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 36.96%
G = 16.33%
B = 46.71%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A348CE (or 0xA348CE) is known color: Dark Orchid. HEX triplet: A3, 48 and CE. RGB value is (163,72,206). Sum of RGB (Red+Green+Blue) = 163+72+206=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #A348CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348CE is #5CB731. Grayscale: #727272. Windows color (decimal): -6076210 or 13519011. OLE color: 13519011.

HSL color Cylindrical-coordinate representation of color #A348CE: hue angle of 280.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A348CE is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 72 206 -
CMYK 0.21 0.65 0 0.19
HSL 280.75º 0.58% 0.55% -
HSV(B) 280.75º 0.65% 0.81% -
XYZ 28.56 16.88 60.14 -
YUV 114.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 163 72 206 0.21 0.65 0 0.19 280.75 0.58 0.55
Hex A3 48 CE 15 41 0 13 119 3A 37
Octal 243 110 316 25 101 0 23 431 72 67
Binary 10100011 1001000 11001110 10101 1000001 0 10011 100011001 111010 110111

Color Harmonies of #A348CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348CE

Black with #A348CE

Text Example


Text Example

White with #A348CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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