Html Css Color HEX #A33DBF Dark Orchid

📋 copy color: '#A33DBF'

red 163 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #A33DBF

Tints of Dark Orchid #A33DBF

RGB

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

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

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

R = 39.28%
G = 14.7%
B = 46.02%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A33DBF (or 0xA33DBF) is known color: Dark Orchid. HEX triplet: A3, 3D and BF. RGB value is (163,61,191). Sum of RGB (Red+Green+Blue) = 163+61+191=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #A33DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DBF is #5CC240. Grayscale: #696969. Windows color (decimal): -6079041 or 12533155. OLE color: 12533155.

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

Color convert

RGB 163 61 191 -
CMYK 0.15 0.68 0 0.25
HSL 287.08º 0.52% 0.49% -
HSV(B) 287.08º 0.68% 0.75% -
XYZ 26.18 14.89 50.78 -
YUV 106.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 163 61 191 0.15 0.68 0 0.25 287.08 0.52 0.49
Hex A3 3D BF F 44 0 19 11F 34 31
Octal 243 75 277 17 104 0 31 437 64 61
Binary 10100011 111101 10111111 1111 1000100 0 11001 100011111 110100 110001

Color Harmonies of #A33DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DBF

Black with #A33DBF

Text Example


Text Example

White with #A33DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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