Html Css Color HEX #A338D1 Dark Orchid

📋 copy color: '#A338D1'

red 163 ◦ green 56 ◦ blue 209

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

Shades of Dark Orchid #A338D1

Tints of Dark Orchid #A338D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.83%

R = 38.08%
G = 13.08%
B = 48.83%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A338D1 (or 0xA338D1) is known color: Dark Orchid. HEX triplet: A3, 38 and D1. RGB value is (163,56,209). Sum of RGB (Red+Green+Blue) = 163+56+209=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 209 (82.03% from 255 or 48.83% from 428); Max value from RGB is 209 - color contains mainly: blue. Hex color #A338D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338D1 is #5CC72E. Grayscale: #686868. Windows color (decimal): -6080303 or 13711523. OLE color: 13711523.

HSL color Cylindrical-coordinate representation of color #A338D1: hue angle of 281.96º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A338D1 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 56 209 -
CMYK 0.22 0.73 0 0.18
HSL 281.96º 0.62% 0.52% -
HSV(B) 281.96º 0.73% 0.82% -
XYZ 28.03 15.22 61.78 -
YUV 105.44 186.45 169.06 -
System Red Green Blue C M Y K H S L
Decimal 163 56 209 0.22 0.73 0 0.18 281.96 0.62 0.52
Hex A3 38 D1 16 49 0 12 11A 3E 34
Octal 243 70 321 26 111 0 22 432 76 64
Binary 10100011 111000 11010001 10110 1001001 0 10010 100011010 111110 110100

Color Harmonies of #A338D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A338D1

Black with #A338D1

Text Example


Text Example

White with #A338D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A338D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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