Html Css Color HEX #AF23B9 Dark Orchid

📋 copy color: '#AF23B9'

red 175 ◦ green 35 ◦ blue 185

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

Shades of Dark Orchid #AF23B9

Tints of Dark Orchid #AF23B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 44.3%
G = 8.86%
B = 46.84%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF23B9 (or 0xAF23B9) is known color: Dark Orchid. HEX triplet: AF, 23 and B9. RGB value is (175,35,185). Sum of RGB (Red+Green+Blue) = 175+35+185=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF23B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23B9 is #50DC46. Grayscale: #5D5D5D. Windows color (decimal): -5299271 or 12133295. OLE color: 12133295.

HSL color Cylindrical-coordinate representation of color #AF23B9: hue angle of 296º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF23B9 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 35 185 -
CMYK 0.05 0.81 0 0.27
HSL 296º 0.68% 0.43% -
HSV(B) 296º 0.81% 0.73% -
XYZ 27.04 13.82 47.14 -
YUV 93.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 175 35 185 0.05 0.81 0 0.27 296 0.68 0.43
Hex AF 23 B9 5 51 0 1B 128 44 2B
Octal 257 43 271 5 121 0 33 450 104 53
Binary 10101111 100011 10111001 101 1010001 0 11011 100101000 1000100 101011

Color Harmonies of #AF23B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23B9

Black with #AF23B9

Text Example


Text Example

White with #AF23B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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