Html Css Color HEX #A348E7 Dark Orchid

📋 copy color: '#A348E7'

red 163 ◦ green 72 ◦ blue 231

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

Shades of Dark Orchid #A348E7

Tints of Dark Orchid #A348E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.57%

R = 34.98%
G = 15.45%
B = 49.57%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A348E7 (or 0xA348E7) is known color: Dark Orchid. HEX triplet: A3, 48 and E7. RGB value is (163,72,231). Sum of RGB (Red+Green+Blue) = 163+72+231=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #A348E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A348E7 is #5CB718. Grayscale: #747474. Windows color (decimal): -6076185 or 15157411. OLE color: 15157411.

HSL color Cylindrical-coordinate representation of color #A348E7: hue angle of 274.34º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A348E7 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 72 231 -
CMYK 0.29 0.69 0 0.09
HSL 274.34º 0.77% 0.59% -
HSV(B) 274.34º 0.69% 0.91% -
XYZ 31.85 18.19 77.43 -
YUV 117.34 192.15 160.57 -
System Red Green Blue C M Y K H S L
Decimal 163 72 231 0.29 0.69 0 0.09 274.34 0.77 0.59
Hex A3 48 E7 1D 45 0 9 112 4D 3B
Octal 243 110 347 35 105 0 11 422 115 73
Binary 10100011 1001000 11100111 11101 1000101 0 1001 100010010 1001101 111011

Color Harmonies of #A348E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348E7

Black with #A348E7

Text Example


Text Example

White with #A348E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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