Html Css Color HEX #A533C4 Dark Orchid

📋 copy color: '#A533C4'

red 165 ◦ green 51 ◦ blue 196

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

Shades of Dark Orchid #A533C4

Tints of Dark Orchid #A533C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.57%

R = 40.05%
G = 12.38%
B = 47.57%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A533C4 (or 0xA533C4) is known color: Dark Orchid. HEX triplet: A5, 33 and C4. RGB value is (165,51,196). Sum of RGB (Red+Green+Blue) = 165+51+196=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #A533C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533C4 is #5ACC3B. Grayscale: #656565. Windows color (decimal): -5950524 or 12858277. OLE color: 12858277.

HSL color Cylindrical-coordinate representation of color #A533C4: hue angle of 287.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A533C4 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 51 196 -
CMYK 0.16 0.74 0 0.23
HSL 287.17º 0.59% 0.48% -
HSV(B) 287.17º 0.74% 0.77% -
XYZ 26.66 14.35 53.59 -
YUV 101.62 181.27 173.21 -
System Red Green Blue C M Y K H S L
Decimal 165 51 196 0.16 0.74 0 0.23 287.17 0.59 0.48
Hex A5 33 C4 10 4A 0 17 11F 3B 30
Octal 245 63 304 20 112 0 27 437 73 60
Binary 10100101 110011 11000100 10000 1001010 0 10111 100011111 111011 110000

Color Harmonies of #A533C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533C4

Black with #A533C4

Text Example


Text Example

White with #A533C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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