Html Css Color HEX #A424AF Dark Orchid

📋 copy color: '#A424AF'

red 164 ◦ green 36 ◦ blue 175

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

Shades of Dark Orchid #A424AF

Tints of Dark Orchid #A424AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.6%

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

R = 43.73%
G = 9.6%
B = 46.67%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A424AF (or 0xA424AF) is known color: Dark Orchid. HEX triplet: A4, 24 and AF. RGB value is (164,36,175). Sum of RGB (Red+Green+Blue) = 164+36+175=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #A424AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A424AF is #5BDB50. Grayscale: #595959. Windows color (decimal): -6019921 or 11478180. OLE color: 11478180.

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

Color convert

RGB 164 36 175 -
CMYK 0.06 0.79 0 0.31
HSL 295.25º 0.66% 0.41% -
HSV(B) 295.25º 0.79% 0.69% -
XYZ 23.68 12.25 41.67 -
YUV 90.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 164 36 175 0.06 0.79 0 0.31 295.25 0.66 0.41
Hex A4 24 AF 6 4F 0 1F 127 42 29
Octal 244 44 257 6 117 0 37 447 102 51
Binary 10100100 100100 10101111 110 1001111 0 11111 100100111 1000010 101001

Color Harmonies of #A424AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424AF

Black with #A424AF

Text Example


Text Example

White with #A424AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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