Html Css Color HEX #AF23C7 Dark Orchid

📋 copy color: '#AF23C7'

red 175 ◦ green 35 ◦ blue 199

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

Shades of Dark Orchid #AF23C7

Tints of Dark Orchid #AF23C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.66%

R = 42.79%
G = 8.56%
B = 48.66%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF23C7 (or 0xAF23C7) is known color: Dark Orchid. HEX triplet: AF, 23 and C7. RGB value is (175,35,199). Sum of RGB (Red+Green+Blue) = 175+35+199=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF23C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23C7 is #50DC38. Grayscale: #5F5F5F. Windows color (decimal): -5299257 or 13050799. OLE color: 13050799.

HSL color Cylindrical-coordinate representation of color #AF23C7: hue angle of 291.22º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF23C7 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 35 199 -
CMYK 0.12 0.82 0 0.22
HSL 291.22º 0.7% 0.46% -
HSV(B) 291.22º 0.82% 0.78% -
XYZ 28.59 14.44 55.31 -
YUV 95.56 186.38 184.66 -
System Red Green Blue C M Y K H S L
Decimal 175 35 199 0.12 0.82 0 0.22 291.22 0.7 0.46
Hex AF 23 C7 C 52 0 16 123 46 2E
Octal 257 43 307 14 122 0 26 443 106 56
Binary 10101111 100011 11000111 1100 1010010 0 10110 100100011 1000110 101110

Color Harmonies of #AF23C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23C7

Black with #AF23C7

Text Example


Text Example

White with #AF23C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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