Html Css Color HEX #AF38CF Dark Orchid

📋 copy color: '#AF38CF'

red 175 ◦ green 56 ◦ blue 207

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

Shades of Dark Orchid #AF38CF

Tints of Dark Orchid #AF38CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.79%

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 39.95%
G = 12.79%
B = 47.26%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF38CF (or 0xAF38CF) is known color: Dark Orchid. HEX triplet: AF, 38 and CF. RGB value is (175,56,207). Sum of RGB (Red+Green+Blue) = 175+56+207=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF38CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38CF is #50C730. Grayscale: #6C6C6C. Windows color (decimal): -5293873 or 13580463. OLE color: 13580463.

HSL color Cylindrical-coordinate representation of color #AF38CF: hue angle of 287.28º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF38CF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 56 207 -
CMYK 0.15 0.73 0 0.19
HSL 287.28º 0.61% 0.52% -
HSV(B) 287.28º 0.73% 0.81% -
XYZ 30.36 16.45 60.61 -
YUV 108.8 183.42 175.22 -
System Red Green Blue C M Y K H S L
Decimal 175 56 207 0.15 0.73 0 0.19 287.28 0.61 0.52
Hex AF 38 CF F 49 0 13 11F 3D 34
Octal 257 70 317 17 111 0 23 437 75 64
Binary 10101111 111000 11001111 1111 1001001 0 10011 100011111 111101 110100

Color Harmonies of #AF38CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38CF

Black with #AF38CF

Text Example


Text Example

White with #AF38CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38CF; }

 p { color: rgb(175,56,207); }

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

background-color css

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

 a { background-color: rgb(175,56,207); }

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

border-color css

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

 span { border-color: rgb(175,56,207); }

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