Html Css Color HEX #AF23D5 Dark Orchid

📋 copy color: '#AF23D5'

red 175 ◦ green 35 ◦ blue 213

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

Shades of Dark Orchid #AF23D5

Tints of Dark Orchid #AF23D5

RGB

 RED value IS 175 (68.75% from 255) = 41.37%

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

 BLUE value IS 213 (83.59% from 255) = 50.35%

R = 41.37%
G = 8.27%
B = 50.35%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF23D5 (or 0xAF23D5) is known color: Dark Orchid. HEX triplet: AF, 23 and D5. RGB value is (175,35,213). Sum of RGB (Red+Green+Blue) = 175+35+213=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF23D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23D5 is #50DC2A. Grayscale: #606060. Windows color (decimal): -5299243 or 13968303. OLE color: 13968303.

HSL color Cylindrical-coordinate representation of color #AF23D5: hue angle of 287.19º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF23D5 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 35 213 -
CMYK 0.18 0.84 0 0.16
HSL 287.19º 0.72% 0.49% -
HSV(B) 287.19º 0.84% 0.84% -
XYZ 30.29 15.12 64.27 -
YUV 97.15 193.38 183.53 -
System Red Green Blue C M Y K H S L
Decimal 175 35 213 0.18 0.84 0 0.16 287.19 0.72 0.49
Hex AF 23 D5 12 54 0 10 11F 48 31
Octal 257 43 325 22 124 0 20 437 110 61
Binary 10101111 100011 11010101 10010 1010100 0 10000 100011111 1001000 110001

Color Harmonies of #AF23D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23D5

Black with #AF23D5

Text Example


Text Example

White with #AF23D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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