Html Css Color HEX #A33ACB Dark Orchid

📋 copy color: '#A33ACB'

red 163 ◦ green 58 ◦ blue 203

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

Shades of Dark Orchid #A33ACB

Tints of Dark Orchid #A33ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.68%

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 38.44%
G = 13.68%
B = 47.88%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A33ACB (or 0xA33ACB) is known color: Dark Orchid. HEX triplet: A3, 3A and CB. RGB value is (163,58,203). Sum of RGB (Red+Green+Blue) = 163+58+203=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #A33ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ACB is #5CC534. Grayscale: #696969. Windows color (decimal): -6079797 or 13318819. OLE color: 13318819.

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

Color convert

RGB 163 58 203 -
CMYK 0.20 0.71 0 0.20
HSL 283.45º 0.58% 0.51% -
HSV(B) 283.45º 0.71% 0.8% -
XYZ 27.4 15.12 57.98 -
YUV 105.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 163 58 203 0.20 0.71 0 0.20 283.45 0.58 0.51
Hex A3 3A CB 14 47 0 14 11B 3A 33
Octal 243 72 313 24 107 0 24 433 72 63
Binary 10100011 111010 11001011 10100 1000111 0 10100 100011011 111010 110011

Color Harmonies of #A33ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33ACB

Black with #A33ACB

Text Example


Text Example

White with #A33ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33ACB; }

 p { color: rgb(163,58,203); }

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

background-color css

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

 a { background-color: rgb(163,58,203); }

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

border-color css

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

 span { border-color: rgb(163,58,203); }

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