Html Css Color HEX #AF23BA Dark Orchid

📋 copy color: '#AF23BA'

red 175 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #AF23BA

Tints of Dark Orchid #AF23BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 44.19%
G = 8.84%
B = 46.97%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF23BA (or 0xAF23BA) is known color: Dark Orchid. HEX triplet: AF, 23 and BA. RGB value is (175,35,186). Sum of RGB (Red+Green+Blue) = 175+35+186=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF23BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23BA is #50DC45. Grayscale: #5D5D5D. Windows color (decimal): -5299270 or 12198831. OLE color: 12198831.

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

Color convert

RGB 175 35 186 -
CMYK 0.06 0.81 0 0.27
HSL 295.63º 0.68% 0.43% -
HSV(B) 295.63º 0.81% 0.73% -
XYZ 27.14 13.86 47.7 -
YUV 94.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 175 35 186 0.06 0.81 0 0.27 295.63 0.68 0.43
Hex AF 23 BA 6 51 0 1B 128 44 2B
Octal 257 43 272 6 121 0 33 450 104 53
Binary 10101111 100011 10111010 110 1010001 0 11011 100101000 1000100 101011

Color Harmonies of #AF23BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23BA

Black with #AF23BA

Text Example


Text Example

White with #AF23BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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