Html Css Color HEX #A33BCC Dark Orchid

📋 copy color: '#A33BCC'

red 163 ◦ green 59 ◦ blue 204

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

Shades of Dark Orchid #A33BCC

Tints of Dark Orchid #A33BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.85%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 38.26%
G = 13.85%
B = 47.89%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A33BCC (or 0xA33BCC) is known color: Dark Orchid. HEX triplet: A3, 3B and CC. RGB value is (163,59,204). Sum of RGB (Red+Green+Blue) = 163+59+204=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #A33BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BCC is #5CC433. Grayscale: #6A6A6A. Windows color (decimal): -6079540 or 13384611. OLE color: 13384611.

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

Color convert

RGB 163 59 204 -
CMYK 0.20 0.71 0 0.2
HSL 283.03º 0.59% 0.52% -
HSV(B) 283.03º 0.71% 0.8% -
XYZ 27.57 15.27 58.62 -
YUV 106.63 182.96 168.21 -
System Red Green Blue C M Y K H S L
Decimal 163 59 204 0.20 0.71 0 0.2 283.03 0.59 0.52
Hex A3 3B CC 14 47 0 14 11B 3B 34
Octal 243 73 314 24 107 0 24 433 73 64
Binary 10100011 111011 11001100 10100 1000111 0 10100 100011011 111011 110100

Color Harmonies of #A33BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33BCC

Black with #A33BCC

Text Example


Text Example

White with #A33BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33BCC; }

 p { color: rgb(163,59,204); }

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

background-color css

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

 a { background-color: rgb(163,59,204); }

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

border-color css

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

 span { border-color: rgb(163,59,204); }

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