Html Css Color HEX #A433BC Dark Orchid

📋 copy color: '#A433BC'

red 164 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #A433BC

Tints of Dark Orchid #A433BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 40.69%
G = 12.66%
B = 46.65%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A433BC (or 0xA433BC) is known color: Dark Orchid. HEX triplet: A4, 33 and BC. RGB value is (164,51,188). Sum of RGB (Red+Green+Blue) = 164+51+188=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #A433BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433BC is #5BCC43. Grayscale: #636363. Windows color (decimal): -6016068 or 12333988. OLE color: 12333988.

HSL color Cylindrical-coordinate representation of color #A433BC: hue angle of 289.49º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A433BC is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 51 188 -
CMYK 0.13 0.73 0 0.26
HSL 289.49º 0.57% 0.47% -
HSV(B) 289.49º 0.73% 0.74% -
XYZ 25.57 13.89 48.91 -
YUV 100.41 177.44 173.36 -
System Red Green Blue C M Y K H S L
Decimal 164 51 188 0.13 0.73 0 0.26 289.49 0.57 0.47
Hex A4 33 BC D 49 0 1A 121 39 2F
Octal 244 63 274 15 111 0 32 441 71 57
Binary 10100100 110011 10111100 1101 1001001 0 11010 100100001 111001 101111

Color Harmonies of #A433BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A433BC

Black with #A433BC

Text Example


Text Example

White with #A433BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A433BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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