Html Css Color HEX #AF34EF Dark Orchid

📋 copy color: '#AF34EF'

red 175 ◦ green 52 ◦ blue 239

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

Shades of Dark Orchid #AF34EF

Tints of Dark Orchid #AF34EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.29%

R = 37.55%
G = 11.16%
B = 51.29%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF34EF (or 0xAF34EF) is known color: Dark Orchid. HEX triplet: AF, 34 and EF. RGB value is (175,52,239). Sum of RGB (Red+Green+Blue) = 175+52+239=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF34EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF34EF is #50CB10. Grayscale: #6D6D6D. Windows color (decimal): -5294865 or 15676591. OLE color: 15676591.

HSL color Cylindrical-coordinate representation of color #AF34EF: hue angle of 279.47º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF34EF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 52 239 -
CMYK 0.27 0.78 0 0.06
HSL 279.47º 0.85% 0.57% -
HSV(B) 279.47º 0.78% 0.94% -
XYZ 34.49 17.8 83.28 -
YUV 110.1 200.75 174.29 -
System Red Green Blue C M Y K H S L
Decimal 175 52 239 0.27 0.78 0 0.06 279.47 0.85 0.57
Hex AF 34 EF 1B 4E 0 6 117 55 39
Octal 257 64 357 33 116 0 6 427 125 71
Binary 10101111 110100 11101111 11011 1001110 0 110 100010111 1010101 111001

Color Harmonies of #AF34EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34EF

Black with #AF34EF

Text Example


Text Example

White with #AF34EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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