Html Css Color HEX #AF23BD Dark Orchid

📋 copy color: '#AF23BD'

red 175 ◦ green 35 ◦ blue 189

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

Shades of Dark Orchid #AF23BD

Tints of Dark Orchid #AF23BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 43.86%
G = 8.77%
B = 47.37%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF23BD (or 0xAF23BD) is known color: Dark Orchid. HEX triplet: AF, 23 and BD. RGB value is (175,35,189). Sum of RGB (Red+Green+Blue) = 175+35+189=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF23BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23BD is #50DC42. Grayscale: #5D5D5D. Windows color (decimal): -5299267 or 12395439. OLE color: 12395439.

HSL color Cylindrical-coordinate representation of color #AF23BD: hue angle of 294.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF23BD is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 35 189 -
CMYK 0.07 0.81 0 0.26
HSL 294.55º 0.69% 0.44% -
HSV(B) 294.55º 0.81% 0.74% -
XYZ 27.47 13.99 49.4 -
YUV 94.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 175 35 189 0.07 0.81 0 0.26 294.55 0.69 0.44
Hex AF 23 BD 7 51 0 1A 127 45 2C
Octal 257 43 275 7 121 0 32 447 105 54
Binary 10101111 100011 10111101 111 1010001 0 11010 100100111 1000101 101100

Color Harmonies of #AF23BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23BD

Black with #AF23BD

Text Example


Text Example

White with #AF23BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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