Html Css Color HEX #A333D8 Dark Orchid

📋 copy color: '#A333D8'

red 163 ◦ green 51 ◦ blue 216

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

Shades of Dark Orchid #A333D8

Tints of Dark Orchid #A333D8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.86%

 BLUE value IS 216 (84.77% from 255) = 50.23%

R = 37.91%
G = 11.86%
B = 50.23%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A333D8 (or 0xA333D8) is known color: Dark Orchid. HEX triplet: A3, 33 and D8. RGB value is (163,51,216). Sum of RGB (Red+Green+Blue) = 163+51+216=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #A333D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333D8 is #5CCC27. Grayscale: #666666. Windows color (decimal): -6081576 or 14168995. OLE color: 14168995.

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

Color convert

RGB 163 51 216 -
CMYK 0.25 0.76 0 0.15
HSL 280.73º 0.68% 0.52% -
HSV(B) 280.73º 0.76% 0.85% -
XYZ 28.68 15.11 66.37 -
YUV 103.3 191.61 170.58 -
System Red Green Blue C M Y K H S L
Decimal 163 51 216 0.25 0.76 0 0.15 280.73 0.68 0.52
Hex A3 33 D8 19 4C 0 F 119 44 34
Octal 243 63 330 31 114 0 17 431 104 64
Binary 10100011 110011 11011000 11001 1001100 0 1111 100011001 1000100 110100

Color Harmonies of #A333D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333D8

Black with #A333D8

Text Example


Text Example

White with #A333D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333D8; }

 p { color: rgb(163,51,216); }

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

background-color css

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

 a { background-color: rgb(163,51,216); }

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

border-color css

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

 span { border-color: rgb(163,51,216); }

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