Html Css Color HEX #AF34DF Dark Orchid

📋 copy color: '#AF34DF'

red 175 ◦ green 52 ◦ blue 223

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

Shades of Dark Orchid #AF34DF

Tints of Dark Orchid #AF34DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.56%

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 38.89%
G = 11.56%
B = 49.56%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF34DF (or 0xAF34DF) is known color: Dark Orchid. HEX triplet: AF, 34 and DF. RGB value is (175,52,223). Sum of RGB (Red+Green+Blue) = 175+52+223=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF34DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34DF is #50CB20. Grayscale: #6B6B6B. Windows color (decimal): -5294881 or 14628015. OLE color: 14628015.

HSL color Cylindrical-coordinate representation of color #AF34DF: hue angle of 283.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF34DF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 52 223 -
CMYK 0.22 0.77 0 0.13
HSL 283.16º 0.73% 0.54% -
HSV(B) 283.16º 0.77% 0.87% -
XYZ 32.23 16.9 71.38 -
YUV 108.27 192.75 175.6 -
System Red Green Blue C M Y K H S L
Decimal 175 52 223 0.22 0.77 0 0.13 283.16 0.73 0.54
Hex AF 34 DF 16 4D 0 D 11B 49 36
Octal 257 64 337 26 115 0 15 433 111 66
Binary 10101111 110100 11011111 10110 1001101 0 1101 100011011 1001001 110110

Color Harmonies of #AF34DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34DF

Black with #AF34DF

Text Example


Text Example

White with #AF34DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34DF; }

 p { color: rgb(175,52,223); }

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

background-color css

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

 a { background-color: rgb(175,52,223); }

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

border-color css

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

 span { border-color: rgb(175,52,223); }

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