Html Css Color HEX #A632C9 Dark Orchid

📋 copy color: '#A632C9'

red 166 ◦ green 50 ◦ blue 201

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

Shades of Dark Orchid #A632C9

Tints of Dark Orchid #A632C9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.99%

 BLUE value IS 201 (78.91% from 255) = 48.2%

R = 39.81%
G = 11.99%
B = 48.2%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A632C9 (or 0xA632C9) is known color: Dark Orchid. HEX triplet: A6, 32 and C9. RGB value is (166,50,201). Sum of RGB (Red+Green+Blue) = 166+50+201=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #A632C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A632C9 is #59CD36. Grayscale: #656565. Windows color (decimal): -5885239 or 13185702. OLE color: 13185702.

HSL color Cylindrical-coordinate representation of color #A632C9: hue angle of 286.09º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A632C9 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 50 201 -
CMYK 0.17 0.75 0 0.21
HSL 286.09º 0.6% 0.49% -
HSV(B) 286.09º 0.75% 0.79% -
XYZ 27.41 14.61 56.63 -
YUV 101.9 183.93 173.72 -
System Red Green Blue C M Y K H S L
Decimal 166 50 201 0.17 0.75 0 0.21 286.09 0.6 0.49
Hex A6 32 C9 11 4B 0 15 11E 3C 31
Octal 246 62 311 21 113 0 25 436 74 61
Binary 10100110 110010 11001001 10001 1001011 0 10101 100011110 111100 110001

Color Harmonies of #A632C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A632C9

Black with #A632C9

Text Example


Text Example

White with #A632C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A632C9; }

 p { color: rgb(166,50,201); }

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

background-color css

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

 a { background-color: rgb(166,50,201); }

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

border-color css

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

 span { border-color: rgb(166,50,201); }

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