Html Css Color HEX #A433BF Dark Orchid

📋 copy color: '#A433BF'

red 164 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #A433BF

Tints of Dark Orchid #A433BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 40.39%
G = 12.56%
B = 47.04%

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

#A433BF (or 0xA433BF) is known color: Dark Orchid. HEX triplet: A4, 33 and BF. RGB value is (164,51,191). Sum of RGB (Red+Green+Blue) = 164+51+191=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #A433BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433BF is #5BCC40. Grayscale: #646464. Windows color (decimal): -6016065 or 12530596. OLE color: 12530596.

HSL color Cylindrical-coordinate representation of color #A433BF: hue angle of 288.43º 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 #A433BF is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 51 191 -
CMYK 0.14 0.73 0 0.25
HSL 288.43º 0.58% 0.47% -
HSV(B) 288.43º 0.73% 0.75% -
XYZ 25.9 14.02 50.63 -
YUV 100.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 164 51 191 0.14 0.73 0 0.25 288.43 0.58 0.47
Hex A4 33 BF E 49 0 19 120 3A 2F
Octal 244 63 277 16 111 0 31 440 72 57
Binary 10100100 110011 10111111 1110 1001001 0 11001 100100000 111010 101111

Color Harmonies of #A433BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A433BF

Black with #A433BF

Text Example


Text Example

White with #A433BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A433BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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