Html Css Color HEX #A433BA Dark Orchid

📋 copy color: '#A433BA'

red 164 ◦ green 51 ◦ blue 186

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

Shades of Dark Orchid #A433BA

Tints of Dark Orchid #A433BA

RGB

 RED value IS 164 (64.45% from 255) = 40.9%

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 40.9%
G = 12.72%
B = 46.38%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A433BA (or 0xA433BA) is known color: Dark Orchid. HEX triplet: A4, 33 and BA. RGB value is (164,51,186). Sum of RGB (Red+Green+Blue) = 164+51+186=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #A433BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433BA is #5BCC45. Grayscale: #636363. Windows color (decimal): -6016070 or 12202916. OLE color: 12202916.

HSL color Cylindrical-coordinate representation of color #A433BA: hue angle of 290.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A433BA is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 51 186 -
CMYK 0.12 0.73 0 0.27
HSL 290.22º 0.57% 0.46% -
HSV(B) 290.22º 0.73% 0.73% -
XYZ 25.36 13.81 47.78 -
YUV 100.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 164 51 186 0.12 0.73 0 0.27 290.22 0.57 0.46
Hex A4 33 BA C 49 0 1B 122 39 2E
Octal 244 63 272 14 111 0 33 442 71 56
Binary 10100100 110011 10111010 1100 1001001 0 11011 100100010 111001 101110

Color Harmonies of #A433BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A433BA

Black with #A433BA

Text Example


Text Example

White with #A433BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A433BA; }

 p { color: rgb(164,51,186); }

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

background-color css

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

 a { background-color: rgb(164,51,186); }

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

border-color css

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

 span { border-color: rgb(164,51,186); }

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