Html Css Color HEX #A333CD Dark Orchid

📋 copy color: '#A333CD'

red 163 ◦ green 51 ◦ blue 205

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

Shades of Dark Orchid #A333CD

Tints of Dark Orchid #A333CD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.17%

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 38.9%
G = 12.17%
B = 48.93%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A333CD (or 0xA333CD) is known color: Dark Orchid. HEX triplet: A3, 33 and CD. RGB value is (163,51,205). Sum of RGB (Red+Green+Blue) = 163+51+205=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #A333CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333CD is #5CCC32. Grayscale: #656565. Windows color (decimal): -6081587 or 13448099. OLE color: 13448099.

HSL color Cylindrical-coordinate representation of color #A333CD: hue angle of 283.64º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A333CD is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 51 205 -
CMYK 0.20 0.75 0 0.20
HSL 283.64º 0.61% 0.5% -
HSV(B) 283.64º 0.75% 0.8% -
XYZ 27.31 14.56 59.13 -
YUV 102.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 163 51 205 0.20 0.75 0 0.20 283.64 0.61 0.5
Hex A3 33 CD 14 4B 0 14 11C 3D 32
Octal 243 63 315 24 113 0 24 434 75 62
Binary 10100011 110011 11001101 10100 1001011 0 10100 100011100 111101 110010

Color Harmonies of #A333CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333CD

Black with #A333CD

Text Example


Text Example

White with #A333CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333CD; }

 p { color: rgb(163,51,205); }

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

background-color css

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

 a { background-color: rgb(163,51,205); }

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

border-color css

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

 span { border-color: rgb(163,51,205); }

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