Html Css Color HEX #A633BD Dark Orchid

📋 copy color: '#A633BD'

red 166 ◦ green 51 ◦ blue 189

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

Shades of Dark Orchid #A633BD

Tints of Dark Orchid #A633BD

RGB

 RED value IS 166 (65.23% from 255) = 40.89%

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

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 40.89%
G = 12.56%
B = 46.55%

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

#A633BD (or 0xA633BD) is known color: Dark Orchid. HEX triplet: A6, 33 and BD. RGB value is (166,51,189). Sum of RGB (Red+Green+Blue) = 166+51+189=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #A633BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A633BD is #59CC42. Grayscale: #646464. Windows color (decimal): -5884995 or 12399526. OLE color: 12399526.

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

Color convert

RGB 166 51 189 -
CMYK 0.12 0.73 0 0.26
HSL 290º 0.58% 0.47% -
HSV(B) 290º 0.73% 0.74% -
XYZ 26.1 14.15 49.5 -
YUV 101.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 166 51 189 0.12 0.73 0 0.26 290 0.58 0.47
Hex A6 33 BD C 49 0 1A 122 3A 2F
Octal 246 63 275 14 111 0 32 442 72 57
Binary 10100110 110011 10111101 1100 1001001 0 11010 100100010 111010 101111

Color Harmonies of #A633BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A633BD

Black with #A633BD

Text Example


Text Example

White with #A633BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A633BD; }

 p { color: rgb(166,51,189); }

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

background-color css

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

 a { background-color: rgb(166,51,189); }

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

border-color css

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

 span { border-color: rgb(166,51,189); }

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