Html Css Color HEX #A623AF Dark Orchid

📋 copy color: '#A623AF'

red 166 ◦ green 35 ◦ blue 175

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

Shades of Dark Orchid #A623AF

Tints of Dark Orchid #A623AF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.31%

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

R = 44.15%
G = 9.31%
B = 46.54%

CMYK

 C value IS 0.05

 M value IS 0.8

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A623AF (or 0xA623AF) is known color: Dark Orchid. HEX triplet: A6, 23 and AF. RGB value is (166,35,175). Sum of RGB (Red+Green+Blue) = 166+35+175=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #A623AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A623AF is #59DC50. Grayscale: #595959. Windows color (decimal): -5889105 or 11477926. OLE color: 11477926.

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

Color convert

RGB 166 35 175 -
CMYK 0.05 0.8 0 0.31
HSL 296.14º 0.67% 0.41% -
HSV(B) 296.14º 0.8% 0.69% -
XYZ 24.06 12.4 41.68 -
YUV 90.13 175.9 182.12 -
System Red Green Blue C M Y K H S L
Decimal 166 35 175 0.05 0.8 0 0.31 296.14 0.67 0.41
Hex A6 23 AF 5 50 0 1F 128 43 29
Octal 246 43 257 5 120 0 37 450 103 51
Binary 10100110 100011 10101111 101 1010000 0 11111 100101000 1000011 101001

Color Harmonies of #A623AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A623AF

Black with #A623AF

Text Example


Text Example

White with #A623AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A623AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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