Html Css Color HEX #A621AF Dark Orchid

📋 copy color: '#A621AF'

red 166 ◦ green 33 ◦ blue 175

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

Shades of Dark Orchid #A621AF

Tints of Dark Orchid #A621AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.82%

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 44.39%
G = 8.82%
B = 46.79%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A621AF (or 0xA621AF) is known color: Dark Orchid. HEX triplet: A6, 21 and AF. RGB value is (166,33,175). Sum of RGB (Red+Green+Blue) = 166+33+175=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #A621AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A621AF is #59DE50. Grayscale: #585858. Windows color (decimal): -5889617 or 11477414. OLE color: 11477414.

HSL color Cylindrical-coordinate representation of color #A621AF: hue angle of 296.2º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A621AF is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 33 175 -
CMYK 0.05 0.81 0 0.31
HSL 296.2º 0.68% 0.41% -
HSV(B) 296.2º 0.81% 0.69% -
XYZ 24.01 12.29 41.66 -
YUV 88.96 176.56 182.95 -
System Red Green Blue C M Y K H S L
Decimal 166 33 175 0.05 0.81 0 0.31 296.2 0.68 0.41
Hex A6 21 AF 5 51 0 1F 128 44 29
Octal 246 41 257 5 121 0 37 450 104 51
Binary 10100110 100001 10101111 101 1010001 0 11111 100101000 1000100 101001

Color Harmonies of #A621AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A621AF

Black with #A621AF

Text Example


Text Example

White with #A621AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A621AF; }

 p { color: rgb(166,33,175); }

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

background-color css

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

 a { background-color: rgb(166,33,175); }

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

border-color css

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

 span { border-color: rgb(166,33,175); }

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