Html Css Color HEX #AF23BB Dark Orchid

📋 copy color: '#AF23BB'

red 175 ◦ green 35 ◦ blue 187

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

Shades of Dark Orchid #AF23BB

Tints of Dark Orchid #AF23BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 44.08%
G = 8.82%
B = 47.1%

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

#AF23BB (or 0xAF23BB) is known color: Dark Orchid. HEX triplet: AF, 23 and BB. RGB value is (175,35,187). Sum of RGB (Red+Green+Blue) = 175+35+187=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF23BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23BB is #50DC44. Grayscale: #5D5D5D. Windows color (decimal): -5299269 or 12264367. OLE color: 12264367.

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

Color convert

RGB 175 35 187 -
CMYK 0.06 0.81 0 0.27
HSL 295.26º 0.68% 0.44% -
HSV(B) 295.26º 0.81% 0.73% -
XYZ 27.25 13.9 48.26 -
YUV 94.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 175 35 187 0.06 0.81 0 0.27 295.26 0.68 0.44
Hex AF 23 BB 6 51 0 1B 127 44 2C
Octal 257 43 273 6 121 0 33 447 104 54
Binary 10101111 100011 10111011 110 1010001 0 11011 100100111 1000100 101100

Color Harmonies of #AF23BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23BB

Black with #AF23BB

Text Example


Text Example

White with #AF23BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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