Html Css Color HEX #A33EBF Dark Orchid

📋 copy color: '#A33EBF'

red 163 ◦ green 62 ◦ blue 191

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

Shades of Dark Orchid #A33EBF

Tints of Dark Orchid #A33EBF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.9%

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

R = 39.18%
G = 14.9%
B = 45.91%

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

#A33EBF (or 0xA33EBF) is known color: Dark Orchid. HEX triplet: A3, 3E and BF. RGB value is (163,62,191). Sum of RGB (Red+Green+Blue) = 163+62+191=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #A33EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33EBF is #5CC140. Grayscale: #6A6A6A. Windows color (decimal): -6078785 or 12533411. OLE color: 12533411.

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

Color convert

RGB 163 62 191 -
CMYK 0.15 0.68 0 0.25
HSL 286.98º 0.51% 0.5% -
HSV(B) 286.98º 0.68% 0.75% -
XYZ 26.23 14.99 50.8 -
YUV 106.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 163 62 191 0.15 0.68 0 0.25 286.98 0.51 0.5
Hex A3 3E BF F 44 0 19 11F 33 32
Octal 243 76 277 17 104 0 31 437 63 62
Binary 10100011 111110 10111111 1111 1000100 0 11001 100011111 110011 110010

Color Harmonies of #A33EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33EBF

Black with #A33EBF

Text Example


Text Example

White with #A33EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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