Html Css Color HEX #A533CF Dark Orchid

📋 copy color: '#A533CF'

red 165 ◦ green 51 ◦ blue 207

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

Shades of Dark Orchid #A533CF

Tints of Dark Orchid #A533CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 39.01%
G = 12.06%
B = 48.94%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A533CF (or 0xA533CF) is known color: Dark Orchid. HEX triplet: A5, 33 and CF. RGB value is (165,51,207). Sum of RGB (Red+Green+Blue) = 165+51+207=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #A533CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533CF is #5ACC30. Grayscale: #666666. Windows color (decimal): -5950513 or 13579173. OLE color: 13579173.

HSL color Cylindrical-coordinate representation of color #A533CF: hue angle of 283.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A533CF is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 51 207 -
CMYK 0.20 0.75 0 0.19
HSL 283.85º 0.62% 0.51% -
HSV(B) 283.85º 0.75% 0.81% -
XYZ 27.96 14.87 60.43 -
YUV 102.87 186.77 172.32 -
System Red Green Blue C M Y K H S L
Decimal 165 51 207 0.20 0.75 0 0.19 283.85 0.62 0.51
Hex A5 33 CF 14 4B 0 13 11C 3E 33
Octal 245 63 317 24 113 0 23 434 76 63
Binary 10100101 110011 11001111 10100 1001011 0 10011 100011100 111110 110011

Color Harmonies of #A533CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533CF

Black with #A533CF

Text Example


Text Example

White with #A533CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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