Html Css Color HEX #A533BC Dark Orchid

📋 copy color: '#A533BC'

red 165 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #A533BC

Tints of Dark Orchid #A533BC

RGB

 RED value IS 165 (64.84% from 255) = 40.84%

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

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

R = 40.84%
G = 12.62%
B = 46.53%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A533BC (or 0xA533BC) is known color: Dark Orchid. HEX triplet: A5, 33 and BC. RGB value is (165,51,188). Sum of RGB (Red+Green+Blue) = 165+51+188=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #A533BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533BC is #5ACC43. Grayscale: #646464. Windows color (decimal): -5950532 or 12333989. OLE color: 12333989.

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

Color convert

RGB 165 51 188 -
CMYK 0.12 0.73 0 0.26
HSL 289.93º 0.57% 0.47% -
HSV(B) 289.93º 0.73% 0.74% -
XYZ 25.78 14 48.92 -
YUV 100.7 177.27 173.86 -
System Red Green Blue C M Y K H S L
Decimal 165 51 188 0.12 0.73 0 0.26 289.93 0.57 0.47
Hex A5 33 BC C 49 0 1A 122 39 2F
Octal 245 63 274 14 111 0 32 442 71 57
Binary 10100101 110011 10111100 1100 1001001 0 11010 100100010 111001 101111

Color Harmonies of #A533BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533BC

Black with #A533BC

Text Example


Text Example

White with #A533BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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