Html Css Color HEX #A133C9 Dark Orchid

📋 copy color: '#A133C9'

red 161 ◦ green 51 ◦ blue 201

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

Shades of Dark Orchid #A133C9

Tints of Dark Orchid #A133C9

RGB

 RED value IS 161 (63.28% from 255) = 38.98%

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

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

R = 38.98%
G = 12.35%
B = 48.67%

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

#A133C9 (or 0xA133C9) is known color: Dark Orchid. HEX triplet: A1, 33 and C9. RGB value is (161,51,201). Sum of RGB (Red+Green+Blue) = 161+51+201=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #A133C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133C9 is #5ECC36. Grayscale: #646464. Windows color (decimal): -6212663 or 13185953. OLE color: 13185953.

HSL color Cylindrical-coordinate representation of color #A133C9: hue angle of 284º 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 #A133C9 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 51 201 -
CMYK 0.20 0.75 0 0.21
HSL 284º 0.6% 0.49% -
HSV(B) 284º 0.75% 0.79% -
XYZ 26.42 14.16 56.6 -
YUV 100.99 184.44 170.8 -
System Red Green Blue C M Y K H S L
Decimal 161 51 201 0.20 0.75 0 0.21 284 0.6 0.49
Hex A1 33 C9 14 4B 0 15 11C 3C 31
Octal 241 63 311 24 113 0 25 434 74 61
Binary 10100001 110011 11001001 10100 1001011 0 10101 100011100 111100 110001

Color Harmonies of #A133C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A133C9

Black with #A133C9

Text Example


Text Example

White with #A133C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A133C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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