Html Css Color HEX #A33DCB Dark Orchid

📋 copy color: '#A33DCB'

red 163 ◦ green 61 ◦ blue 203

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

Shades of Dark Orchid #A33DCB

Tints of Dark Orchid #A33DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.29%

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

R = 38.17%
G = 14.29%
B = 47.54%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A33DCB (or 0xA33DCB) is known color: Dark Orchid. HEX triplet: A3, 3D and CB. RGB value is (163,61,203). Sum of RGB (Red+Green+Blue) = 163+61+203=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #A33DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DCB is #5CC234. Grayscale: #6B6B6B. Windows color (decimal): -6079029 or 13319587. OLE color: 13319587.

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

Color convert

RGB 163 61 203 -
CMYK 0.20 0.70 0 0.20
HSL 283.1º 0.58% 0.52% -
HSV(B) 283.1º 0.7% 0.8% -
XYZ 27.55 15.44 58.03 -
YUV 107.69 181.79 167.45 -
System Red Green Blue C M Y K H S L
Decimal 163 61 203 0.20 0.70 0 0.20 283.1 0.58 0.52
Hex A3 3D CB 14 46 0 14 11B 3A 34
Octal 243 75 313 24 106 0 24 433 72 64
Binary 10100011 111101 11001011 10100 1000110 0 10100 100011011 111010 110100

Color Harmonies of #A33DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DCB

Black with #A33DCB

Text Example


Text Example

White with #A33DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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