Html Css Color HEX #A423AF Dark Orchid

📋 copy color: '#A423AF'

red 164 ◦ green 35 ◦ blue 175

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

Shades of Dark Orchid #A423AF

Tints of Dark Orchid #A423AF

RGB

 RED value IS 164 (64.45% from 255) = 43.85%

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

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

R = 43.85%
G = 9.36%
B = 46.79%

CMYK

 C value IS 0.06

 M value IS 0.8

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A423AF (or 0xA423AF) is known color: Dark Orchid. HEX triplet: A4, 23 and AF. RGB value is (164,35,175). Sum of RGB (Red+Green+Blue) = 164+35+175=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 35 (14.06% from 255 or 9.36% 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 #A423AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A423AF is #5BDC50. Grayscale: #595959. Windows color (decimal): -6020177 or 11477924. OLE color: 11477924.

HSL color Cylindrical-coordinate representation of color #A423AF: hue angle of 295.29º 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 #A423AF is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 35 175 -
CMYK 0.06 0.8 0 0.31
HSL 295.29º 0.67% 0.41% -
HSV(B) 295.29º 0.8% 0.69% -
XYZ 23.65 12.19 41.66 -
YUV 89.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 164 35 175 0.06 0.8 0 0.31 295.29 0.67 0.41
Hex A4 23 AF 6 50 0 1F 127 43 29
Octal 244 43 257 6 120 0 37 447 103 51
Binary 10100100 100011 10101111 110 1010000 0 11111 100100111 1000011 101001

Color Harmonies of #A423AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A423AF

Black with #A423AF

Text Example


Text Example

White with #A423AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A423AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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