Html Css Color HEX #A433BE Dark Orchid

📋 copy color: '#A433BE'

red 164 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #A433BE

Tints of Dark Orchid #A433BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 40.49%
G = 12.59%
B = 46.91%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A433BE (or 0xA433BE) is known color: Dark Orchid. HEX triplet: A4, 33 and BE. RGB value is (164,51,190). Sum of RGB (Red+Green+Blue) = 164+51+190=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #A433BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433BE is #5BCC41. Grayscale: #646464. Windows color (decimal): -6016066 or 12465060. OLE color: 12465060.

HSL color Cylindrical-coordinate representation of color #A433BE: hue angle of 288.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A433BE is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 51 190 -
CMYK 0.14 0.73 0 0.25
HSL 288.78º 0.58% 0.47% -
HSV(B) 288.78º 0.73% 0.75% -
XYZ 25.79 13.98 50.05 -
YUV 100.63 178.44 173.2 -
System Red Green Blue C M Y K H S L
Decimal 164 51 190 0.14 0.73 0 0.25 288.78 0.58 0.47
Hex A4 33 BE E 49 0 19 121 3A 2F
Octal 244 63 276 16 111 0 31 441 72 57
Binary 10100100 110011 10111110 1110 1001001 0 11001 100100001 111010 101111

Color Harmonies of #A433BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A433BE

Black with #A433BE

Text Example


Text Example

White with #A433BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A433BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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