Html Css Color HEX #A33BBF Dark Orchid

📋 copy color: '#A33BBF'

red 163 ◦ green 59 ◦ blue 191

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

Shades of Dark Orchid #A33BBF

Tints of Dark Orchid #A33BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 39.47%
G = 14.29%
B = 46.25%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A33BBF (or 0xA33BBF) is known color: Dark Orchid. HEX triplet: A3, 3B and BF. RGB value is (163,59,191). Sum of RGB (Red+Green+Blue) = 163+59+191=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #A33BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BBF is #5CC440. Grayscale: #686868. Windows color (decimal): -6079553 or 12532643. OLE color: 12532643.

HSL color Cylindrical-coordinate representation of color #A33BBF: hue angle of 287.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33BBF is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 59 191 -
CMYK 0.15 0.69 0 0.25
HSL 287.27º 0.53% 0.49% -
HSV(B) 287.27º 0.69% 0.75% -
XYZ 26.07 14.68 50.75 -
YUV 105.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 163 59 191 0.15 0.69 0 0.25 287.27 0.53 0.49
Hex A3 3B BF F 45 0 19 11F 35 31
Octal 243 73 277 17 105 0 31 437 65 61
Binary 10100011 111011 10111111 1111 1000101 0 11001 100011111 110101 110001

Color Harmonies of #A33BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33BBF

Black with #A33BBF

Text Example


Text Example

White with #A33BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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