Html Css Color HEX #A338CE Dark Orchid

📋 copy color: '#A338CE'

red 163 ◦ green 56 ◦ blue 206

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

Shades of Dark Orchid #A338CE

Tints of Dark Orchid #A338CE

RGB

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

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

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

R = 38.35%
G = 13.18%
B = 48.47%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A338CE (or 0xA338CE) is known color: Dark Orchid. HEX triplet: A3, 38 and CE. RGB value is (163,56,206). Sum of RGB (Red+Green+Blue) = 163+56+206=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #A338CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338CE is #5CC731. Grayscale: #686868. Windows color (decimal): -6080306 or 13514915. OLE color: 13514915.

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

Color convert

RGB 163 56 206 -
CMYK 0.21 0.73 0 0.19
HSL 282.8º 0.6% 0.51% -
HSV(B) 282.8º 0.73% 0.81% -
XYZ 27.66 15.07 59.84 -
YUV 105.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 163 56 206 0.21 0.73 0 0.19 282.8 0.6 0.51
Hex A3 38 CE 15 49 0 13 11B 3C 33
Octal 243 70 316 25 111 0 23 433 74 63
Binary 10100011 111000 11001110 10101 1001001 0 10011 100011011 111100 110011

Color Harmonies of #A338CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A338CE

Black with #A338CE

Text Example


Text Example

White with #A338CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A338CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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