Html Css Color HEX #A338BA Dark Orchid

📋 copy color: '#A338BA'

red 163 ◦ green 56 ◦ blue 186

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

Shades of Dark Orchid #A338BA

Tints of Dark Orchid #A338BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.83%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 40.25%
G = 13.83%
B = 45.93%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A338BA (or 0xA338BA) is known color: Dark Orchid. HEX triplet: A3, 38 and BA. RGB value is (163,56,186). Sum of RGB (Red+Green+Blue) = 163+56+186=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #A338BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338BA is #5CC745. Grayscale: #666666. Windows color (decimal): -6080326 or 12204195. OLE color: 12204195.

HSL color Cylindrical-coordinate representation of color #A338BA: hue angle of 289.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A338BA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 56 186 -
CMYK 0.12 0.70 0 0.27
HSL 289.38º 0.54% 0.47% -
HSV(B) 289.38º 0.7% 0.73% -
XYZ 25.38 14.16 47.85 -
YUV 102.81 174.95 170.93 -
System Red Green Blue C M Y K H S L
Decimal 163 56 186 0.12 0.70 0 0.27 289.38 0.54 0.47
Hex A3 38 BA C 46 0 1B 121 36 2F
Octal 243 70 272 14 106 0 33 441 66 57
Binary 10100011 111000 10111010 1100 1000110 0 11011 100100001 110110 101111

Color Harmonies of #A338BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A338BA

Black with #A338BA

Text Example


Text Example

White with #A338BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A338BA; }

 p { color: rgb(163,56,186); }

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

background-color css

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

 a { background-color: rgb(163,56,186); }

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

border-color css

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

 span { border-color: rgb(163,56,186); }

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