Html Css Color HEX #A33FBC Dark Orchid

📋 copy color: '#A33FBC'

red 163 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #A33FBC

Tints of Dark Orchid #A33FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.22%

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 39.37%
G = 15.22%
B = 45.41%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A33FBC (or 0xA33FBC) is known color: Dark Orchid. HEX triplet: A3, 3F and BC. RGB value is (163,63,188). Sum of RGB (Red+Green+Blue) = 163+63+188=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #A33FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FBC is #5CC043. Grayscale: #6A6A6A. Windows color (decimal): -6078532 or 12337059. OLE color: 12337059.

HSL color Cylindrical-coordinate representation of color #A33FBC: hue angle of 288º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33FBC is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 63 188 -
CMYK 0.13 0.66 0 0.26
HSL 288º 0.5% 0.49% -
HSV(B) 288º 0.66% 0.74% -
XYZ 25.96 14.97 49.1 -
YUV 107.15 173.63 167.84 -
System Red Green Blue C M Y K H S L
Decimal 163 63 188 0.13 0.66 0 0.26 288 0.5 0.49
Hex A3 3F BC D 42 0 1A 120 32 31
Octal 243 77 274 15 102 0 32 440 62 61
Binary 10100011 111111 10111100 1101 1000010 0 11010 100100000 110010 110001

Color Harmonies of #A33FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33FBC

Black with #A33FBC

Text Example


Text Example

White with #A33FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33FBC; }

 p { color: rgb(163,63,188); }

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

background-color css

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

 a { background-color: rgb(163,63,188); }

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

border-color css

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

 span { border-color: rgb(163,63,188); }

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