Html Css Color HEX #A533B7 Dark Orchid

📋 copy color: '#A533B7'

red 165 ◦ green 51 ◦ blue 183

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

Shades of Dark Orchid #A533B7

Tints of Dark Orchid #A533B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.86%

R = 41.35%
G = 12.78%
B = 45.86%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A533B7 (or 0xA533B7) is known color: Dark Orchid. HEX triplet: A5, 33 and B7. RGB value is (165,51,183). Sum of RGB (Red+Green+Blue) = 165+51+183=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #A533B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533B7 is #5ACC48. Grayscale: #636363. Windows color (decimal): -5950537 or 12006309. OLE color: 12006309.

HSL color Cylindrical-coordinate representation of color #A533B7: hue angle of 291.82º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A533B7 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 51 183 -
CMYK 0.10 0.72 0 0.28
HSL 291.82º 0.56% 0.46% -
HSV(B) 291.82º 0.72% 0.72% -
XYZ 25.25 13.79 46.13 -
YUV 100.13 174.77 174.27 -
System Red Green Blue C M Y K H S L
Decimal 165 51 183 0.10 0.72 0 0.28 291.82 0.56 0.46
Hex A5 33 B7 A 48 0 1C 124 38 2E
Octal 245 63 267 12 110 0 34 444 70 56
Binary 10100101 110011 10110111 1010 1001000 0 11100 100100100 111000 101110

Color Harmonies of #A533B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533B7

Black with #A533B7

Text Example


Text Example

White with #A533B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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