Html Css Color HEX #A433DD Dark Orchid

📋 copy color: '#A433DD'

red 164 ◦ green 51 ◦ blue 221

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

Shades of Dark Orchid #A433DD

Tints of Dark Orchid #A433DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 37.61%
G = 11.7%
B = 50.69%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A433DD (or 0xA433DD) is known color: Dark Orchid. HEX triplet: A4, 33 and DD. RGB value is (164,51,221). Sum of RGB (Red+Green+Blue) = 164+51+221=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #A433DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433DD is #5BCC22. Grayscale: #676767. Windows color (decimal): -6016035 or 14496676. OLE color: 14496676.

HSL color Cylindrical-coordinate representation of color #A433DD: hue angle of 279.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A433DD is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 51 221 -
CMYK 0.26 0.77 0 0.13
HSL 279.88º 0.71% 0.53% -
HSV(B) 279.88º 0.77% 0.87% -
XYZ 29.54 15.48 69.84 -
YUV 104.17 193.94 170.68 -
System Red Green Blue C M Y K H S L
Decimal 164 51 221 0.26 0.77 0 0.13 279.88 0.71 0.53
Hex A4 33 DD 1A 4D 0 D 118 47 35
Octal 244 63 335 32 115 0 15 430 107 65
Binary 10100100 110011 11011101 11010 1001101 0 1101 100011000 1000111 110101

Color Harmonies of #A433DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A433DD

Black with #A433DD

Text Example


Text Example

White with #A433DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A433DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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