Html Css Color HEX #A033C9 Dark Orchid

📋 copy color: '#A033C9'

red 160 ◦ green 51 ◦ blue 201

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

Shades of Dark Orchid #A033C9

Tints of Dark Orchid #A033C9

RGB

 RED value IS 160 (62.89% from 255) = 38.83%

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

 BLUE value IS 201 (78.91% from 255) = 48.79%

R = 38.83%
G = 12.38%
B = 48.79%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A033C9 (or 0xA033C9) is known color: Dark Orchid. HEX triplet: A0, 33 and C9. RGB value is (160,51,201). Sum of RGB (Red+Green+Blue) = 160+51+201=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #A033C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033C9 is #5FCC36. Grayscale: #646464. Windows color (decimal): -6278199 or 13185952. OLE color: 13185952.

HSL color Cylindrical-coordinate representation of color #A033C9: hue angle of 283.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A033C9 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 51 201 -
CMYK 0.20 0.75 0 0.21
HSL 283.6º 0.6% 0.49% -
HSV(B) 283.6º 0.75% 0.79% -
XYZ 26.22 14.06 56.59 -
YUV 100.69 184.61 170.3 -
System Red Green Blue C M Y K H S L
Decimal 160 51 201 0.20 0.75 0 0.21 283.6 0.6 0.49
Hex A0 33 C9 14 4B 0 15 11C 3C 31
Octal 240 63 311 24 113 0 25 434 74 61
Binary 10100000 110011 11001001 10100 1001011 0 10101 100011100 111100 110001

Color Harmonies of #A033C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A033C9

Black with #A033C9

Text Example


Text Example

White with #A033C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A033C9; }

 p { color: rgb(160,51,201); }

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

background-color css

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

 a { background-color: rgb(160,51,201); }

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

border-color css

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

 span { border-color: rgb(160,51,201); }

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