Html Css Color HEX #A023AF Dark Orchid

📋 copy color: '#A023AF'

red 160 ◦ green 35 ◦ blue 175

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

Shades of Dark Orchid #A023AF

Tints of Dark Orchid #A023AF

RGB

 RED value IS 160 (62.89% from 255) = 43.24%

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

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

R = 43.24%
G = 9.46%
B = 47.3%

CMYK

 C value IS 0.09

 M value IS 0.8

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A023AF (or 0xA023AF) is known color: Dark Orchid. HEX triplet: A0, 23 and AF. RGB value is (160,35,175). Sum of RGB (Red+Green+Blue) = 160+35+175=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #A023AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A023AF is #5FDC50. Grayscale: #575757. Windows color (decimal): -6282321 or 11477920. OLE color: 11477920.

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

Color convert

RGB 160 35 175 -
CMYK 0.09 0.8 0 0.31
HSL 293.57º 0.67% 0.41% -
HSV(B) 293.57º 0.8% 0.69% -
XYZ 22.84 11.77 41.63 -
YUV 88.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 160 35 175 0.09 0.8 0 0.31 293.57 0.67 0.41
Hex A0 23 AF 9 50 0 1F 126 43 29
Octal 240 43 257 11 120 0 37 446 103 51
Binary 10100000 100011 10101111 1001 1010000 0 11111 100100110 1000011 101001

Color Harmonies of #A023AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A023AF

Black with #A023AF

Text Example


Text Example

White with #A023AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A023AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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