Html Css Color HEX #A533BF Dark Orchid

📋 copy color: '#A533BF'

red 165 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #A533BF

Tints of Dark Orchid #A533BF

RGB

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

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

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

R = 40.54%
G = 12.53%
B = 46.93%

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

#A533BF (or 0xA533BF) is known color: Dark Orchid. HEX triplet: A5, 33 and BF. RGB value is (165,51,191). Sum of RGB (Red+Green+Blue) = 165+51+191=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #A533BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533BF is #5ACC40. Grayscale: #646464. Windows color (decimal): -5950529 or 12530597. OLE color: 12530597.

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

Color convert

RGB 165 51 191 -
CMYK 0.14 0.73 0 0.25
HSL 288.86º 0.58% 0.47% -
HSV(B) 288.86º 0.73% 0.75% -
XYZ 26.1 14.13 50.64 -
YUV 101.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 165 51 191 0.14 0.73 0 0.25 288.86 0.58 0.47
Hex A5 33 BF E 49 0 19 121 3A 2F
Octal 245 63 277 16 111 0 31 441 72 57
Binary 10100101 110011 10111111 1110 1001001 0 11001 100100001 111010 101111

Color Harmonies of #A533BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533BF

Black with #A533BF

Text Example


Text Example

White with #A533BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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